Skip to content

Upgrade Google Provider to v6+ #7

@gmckeever

Description

@gmckeever

Currently the required provider for Google is >-5.0.0, which is quite out of date. We've received request to update this to most recent version of the provider, which is currently 6.38.

https://github.com/GoogleCloudPlatform/terraform-gcp-datadog-integration/blob/main/gcp-datadog-module/providers.tf#L22

  required_providers {
    google = {
      source  = "hashicorp/google"
      version = ">= 5.0.0, < 6"
    }
    google-beta = {
      source  = "hashicorp/google-beta"
      version = ">= 5.0.0, < 6"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions