Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make terraform scripts work on MacOS (i.e. darwin_arm64) #26

Open
araghukas opened this issue Nov 23, 2023 · 1 comment
Open

Make terraform scripts work on MacOS (i.e. darwin_arm64) #26

araghukas opened this issue Nov 23, 2023 · 1 comment

Comments

@araghukas
Copy link

The /hashicorp/template provider is not compatible with the darwin_arm64 platform.

╷
│ 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.
╵

The template_file data source could be swapped with a templatefile function call to resolve this.

@kessler-frost
Copy link
Member

This might also help: https://sharepointdevelopmentblog.wordpress.com/2023/02/07/terraform-template-v2-2-0-does-not-have-a-package-available-mac-m1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants