We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to destroy the environment due to this error:
altinitycloud_env_aws.this: Still destroying... [id=altinity-byoc-smoke-e4526560-8, 4m50s elapsed] altinitycloud_env_aws.this: Still destroying... [id=altinity-byoc-smoke-e4526560-8, 5m0s elapsed] ╷ │ Error: Client Error │ │ Unable to read env altinity-byoc-smoke-e4526560-8, got error: error parsing: invalid character 'r' looking for beginning of value ╵
it happened in the middle of the destroy progress.
terraform file:
terraform { required_providers { altinitycloud = { source = "altinity/altinitycloud" version = "0.2.8" } } } provider "aws" { region = "us-west-2" } provider "altinitycloud" { api_url = "https://anywhere.dev.altinity.cloud" } resource "altinitycloud_env_certificate" "this" { env_name = "altinity-byoc-smoke-e4526560-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-smoke-e4526560-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 = [{"name": "m5.large", "node_type": "m5.large", "capacity_per_zone": 10, "reservations": ["SYSTEM", "CLICKHOUSE", "ZOOKEEPER"]}, {"name": "m5.xlarge", "node_type": "m5.xlarge", "capacity_per_zone": 10, "reservations": ["CLICKHOUSE"]}] cloud_connect = true force_destroy = true force_destroy_clusters = true depends_on = [module.altinitycloud_connect_aws] }
The text was updated successfully, but these errors were encountered:
got the same error yesterday Jan 07,2025 17:15:26 (github time)
Sorry, something went wrong.
This error is related to DEV API being unavailable during a new deployment.
No branches or pull requests
unable to destroy the environment due to this error:
it happened in the middle of the destroy progress.
terraform file:
The text was updated successfully, but these errors were encountered: