-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Looks like this module has the following requirement:
terraform providers
Providers required by configuration:
.
├── provider[registry.terraform.io/hashicorp/google]
├── provider[registry.terraform.io/hashicorp/kubernetes]
├── provider[registry.terraform.io/hashicorp/helm]
├── provider[registry.terraform.io/hashicorp/azurerm] ~> 3.0
├── provider[registry.terraform.io/gavinbunney/kubectl] >= 1.7.0
└── module.address-fe
└── provider[registry.terraform.io/hashicorp/google] >= 3.53.0, < 6.0.0
however the latest google provider is past 6.0.0, I've currently got 6.25.0 installed which is keeping me from being able to use this module. Any suggestions? Is this module still being maintained?
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
module "address-fe" {
source = "terraform-google-modules/address/google"
version = "~> 3.1"
names = ["external-facing-ip"]
global = true
}Terraform Version
terraform version
Terraform v1.11.3
on darwin_arm64
+ provider registry.terraform.io/gavinbunney/kubectl v1.19.0
+ provider registry.terraform.io/hashicorp/azurerm v3.117.1
+ provider registry.terraform.io/hashicorp/google v6.25.0
+ provider registry.terraform.io/hashicorp/helm v2.17.0
+ provider registry.terraform.io/hashicorp/kubernetes v2.36.0Terraform Provider Versions
Providers required by configuration:
.
├── provider[registry.terraform.io/gavinbunney/kubectl] >= 1.7.0
├── provider[registry.terraform.io/hashicorp/google]
├── provider[registry.terraform.io/hashicorp/kubernetes]
├── provider[registry.terraform.io/hashicorp/helm]
├── provider[registry.terraform.io/hashicorp/azurerm] ~> 3.0
└── module.address-fe
└── provider[registry.terraform.io/hashicorp/google] >= 3.53.0, < 6.0.0
Providers required by state:
provider[registry.terraform.io/hashicorp/kubernetes]
provider[registry.terraform.io/gavinbunney/kubectl]
provider[registry.terraform.io/hashicorp/google]
provider[registry.terraform.io/hashicorp/helm]Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working