Closed Elmo33 closed 1 month ago
2 environments are stuck at deprovisioning because of InvalidLaunchTemplateName error. provisioned
terraform config:
resource "altinitycloud_env_certificate" "this" { env_name = "altinity-byoc-node-groups-6affe62c-8" } module "altinitycloud_connect_aws" { source = "altinity/connect-aws/altinitycloud" pem = altinitycloud_env_certificate.this.pem url = "https://anywhere.dev.altinity.cloud" } resource "altinitycloud_env_aws" "this" { name = "altinity-byoc-node-groups-6affe62c-8" cidr = "10.1.0.0/21" region = "us-west-2" aws_account_id = "260067921775" zones = ["us-west-2a", "us-west-2b"] load_balancers = {"public": {"enabled": true}} node_groups = [{"node_type": "t4g.large", "reservations": ["SYSTEM", "ZOOKEEPER", "ZOOKEEPER"], "capacity_per_zone": 4}] cloud_connect = true force_destroy = true force_destroy_clusters = true depends_on = [module.altinitycloud_connect_aws] }
resolved at: https://github.com/Altinity/cloud/commit/ac832521c726dc9907e09af285cdaf91549adcd3
2 environments are stuck at deprovisioning because of InvalidLaunchTemplateName error. provisioned
terraform config: