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

hashicorp/template does not have a darwin_arm64 release and is archived #35

Open
AlexSchultz-clumio opened this issue Oct 13, 2022 · 0 comments
Labels
bug 🐛 An issue with the system

Comments

@AlexSchultz-clumio
Copy link

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

Attempting to leverage cloudposse/terraform-aws-budgets which pulls in this module. This module attempts to fetch hashicorp/template. The version 2.2.0 has been archived and recommends switching to templatefile. https://registry.terraform.io/providers/hashicorp/template/2.2.0 The problem is that template does not have an OSX m1/m2 release so it fails with:

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

Expected Behavior

The module works on OSX m1/m2

Steps to Reproduce

Steps to reproduce the behavior:

  1. Attempt to use cloudposses/terraform-aws-budgets on OSX m1
  2. Run terrform init
  3. See error

Screenshots

N/A

Environment (please complete the following information):

Anything that will help us triage the bug will help. Here are some ideas:

  • OS: OSX
  • Version 12.6
  • Architecture arm

Additional Context

N/A

@AlexSchultz-clumio AlexSchultz-clumio added the bug 🐛 An issue with the system label Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

1 participant