cloudposse / terraform-aws-dynamic-subnets

Terraform module for public and private subnets provisioning in existing VPC
https://cloudposse.com/accelerate
Apache License 2.0
191 stars 165 forks source link

Remove the unused provider hashicorp/template #129

Closed tobernguyen closed 3 years ago

tobernguyen commented 3 years ago

Description

I can see in the latest codebase, we are not using the provider hashicorp/template anymore so we should remove it. Otherwise, this module won't be usable in the new Apple Silicon M1 (darwin/arm64). I got this error when using this module because this module requires hashicorp/template (while it is not using it).

Provider registry.terraform.io/hashicorp/template v2.2.0 does not have a
package available for your current platform, darwin_arm64.