generated from cloudposse/terraform-example-module
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Checked out a working project that uses this module on new M1 machine. run terraform init and receive
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.
According to hashicorp/templates, the provider was deprecated before M1 was a thing and the suggest switching to template_file. hashicorp/terraform#30055
Expected Behavior
Be able to use this module on x86 or arm64 darwin machines.
Steps to Reproduce
Steps to reproduce the behavior:
terraform initon M1 mac.- See error
med-94, nik-11 and mgaley
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system