terraform-google-modules/terraform-google-network

please remove outdated Terraform modules to ensure darwin_arm64 compatibility

todd-dsm opened this issue · 1 comments

TL;DR

When initializing this module, I get an error about platform compatibility

Error: Incompatible provider version

Provider registry.terraform.io/hashicorp/null v2.1.2 does not have a package available for your current platform, darwin_arm64.
 
Provider releases are separate from Terraform CLI releases, so not all providers are available for all platforms. Other versions of this provider may have different platforms supported.

Terraform Resources

This is all the code I used to get the above error:


module "network_example_simple_project" {
  source  = "terraform-google-modules/network/google//examples/simple_project"
  version = "5.2.0"
  # insert the 2 required variables here
}

Detailed design

No response

Additional information

While there is a work-around, it's janky.

Also, HashiCorp has stated it's gone and it's not coming back => time to refactor.

But mostly, we M1 peeps want to start using these modules, quickly and cleanly 😊

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days