You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like terraform provider registry.terraform.io/hashicorp/template does not have a package available for my current platform which darwin_arm64 (Apple Silicon). This is a known issue and the fix was to delete the terraform lock file .terraform.lock.hcl and perform the following steps here
Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html
╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/template v2.2.0 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.
╵
make[1]: *** [apply-env] Error 1
make: *** [make-apply] Error 2
2021/11/05 13:11:25 Module Apply failed: Module (zero-aws-eks-stack) ╷
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/hashicorp/template v2.2.0 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.
╵
make[1]: *** [apply-env] Error 1
make: *** [make-apply] Error 2
The text was updated successfully, but these errors were encountered:
Context
Seems like terraform provider
registry.terraform.io/hashicorp/template
does not have a package available for my current platform which darwin_arm64 (Apple Silicon). This is a known issue and the fix was to delete the terraform lock file.terraform.lock.hcl
and perform the following steps hereTried it and was still giving the same error
hashicorp/terraform#27257
Error Log
The text was updated successfully, but these errors were encountered: