provectus / swiss-army-kube

Swiss Army Kube (SAK) is an open-source IaC (Infrastructure as Code) collection of services for quick, easy, and controllable deployment of EKS Kubernetes clusters on Amazon for your projects.
https://provectus.github.io/
Apache License 2.0
147 stars 36 forks source link

Mac M1 cannot bring up SAK-cluster #201

Closed wallhided closed 2 years ago

wallhided commented 2 years ago

Describe the bug During terraform init I receive 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.

Use version SAK from master branch

To Reproduce Use Arm-based workstation and try to bring up example-folder.

Possible solution: https://discuss.hashicorp.com/t/template-v2-2-0-does-not-have-a-package-available-mac-m1/35099

wallhided commented 2 years ago

fixed with https://github.com/provectus/sak-vpc/pull/4

wallhided commented 2 years ago

Examples in swiss-army-kube repo still have "template" provider.