cloud-platform icon indicating copy to clipboard operation
cloud-platform copied to clipboard

Test Cluster Creation Error

Open FolarinOyenuga opened this issue 4 months ago • 0 comments

While following this runbook entry on how to create a test cluster, the following guides were discovered not to have worked:

  1. Running cloud-platform cluster create --name returns the following error: **FATA[0215] error describing vpc: MissingRegion: could not find region configuration subcommand=create-cluster

  2. Once you switch to the terraform/aws-accounts/cloud-platform-aws/vpc/eks, this CLI tool:

brew install kreuzwerker/taps/m1-terraform-provider-helper m1-terraform-provider-helper activate m1-terraform-provider-helper install hashicorp/template -v v2.2.0

no longer fixes the template provider deprecation issue.

A Possible Fix

https://developer.hashicorp.com/terraform/language/functions/templatefile

FolarinOyenuga avatar Oct 23 '24 07:10 FolarinOyenuga