Skip to content

Incompatible with the latest Google Terraform provider 7+ #140

@markusheiden

Description

@markusheiden

TL;DR

Some components like modules/ops-agent-policy/versions.tf restrict the Google Terraform provider to < 7.

Expected behavior

Compatible with Google Terraform provider 7+.

Observed behavior

Could not retrieve the list of available versions for provider hashicorp/google: no available releases match the given constraints >= 3.53.0, < 7.0.0, >= 7.3.0, ~> 7.3.0

Terraform Configuration

terraform {
  ...
  required_providers {
    google = {
      source  = "hashicorp/google"
      version = "~> 7.3.0"
    }
  }
}

Terraform Version

v1.5.6

Terraform Provider Versions

google: 7.3.0

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions