v0.4.1
git.io->cloudposse.tools update @dylanbannon (#14)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
🚀 Enhancements
remove deprecated hashicorp/template provider @sandidgm (#17)
what
- remove references to deprecated hashicorp/template provider
why
- does not appear to be used
- this deprecated provider is causing issues with using terraform on m1 macs
│ 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
references
- documentation listing provider as deprecated https://registry.terraform.io/providers/hashicorp/template/latest/docs
- terraform issue comment explaining why no darwin_arm64 version exists for this deprecated provider hashicorp/terraform#30055 (comment)
- closes #15