-
Notifications
You must be signed in to change notification settings - Fork 83
[Bug]: Reference uses deprecated provider hashicorp/template #67
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What is your environment, configuration, and command?
The current Terraform automation used for deploying EKS clusters ($REPO_ROOT/scripts/create-cluster.sh) relies on the hashicorp/template provider, which is deprecated and not available on some platforms.
What did you do and What did you see instead?
If users try to use it on Apple silicon Macs, they would see the following error:
╷
│ 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.
╵
Additional Information. Logs.
According the hashicorp/terraform-provider-template#85, the logic could be refactored to use templatefile function.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status