You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform CLI and Terraform TiDB Cloud Provider Version
$ terraform version
Terraform v1.7.4
on darwin_arm64
+ provider registry.terraform.io/hashicorp/aws v4.67.0
+ provider registry.terraform.io/tidbcloud/tidbcloud v0.2.3
Describe the bug
When ran terraform apply to scale the cluster, the change applied successfully, but I got the following error at the last.
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to tidbcloud_cluster.example_cluster, provider "provider[\"registry.terraform.io/tidbcloud/tidbcloud\"]" produced an unexpected new
│ value: .status.cluster_status: was cty.StringVal("AVAILABLE"), but now cty.StringVal("MODIFYING").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
Steps to Reproduce
terraform init
terraform apply to create a cluster
Update tf file such as changing node_quantity.
terraform apply to scale a cluster
The text was updated successfully, but these errors were encountered:
Terraform CLI and Terraform TiDB Cloud Provider Version
Describe the bug
When ran
terraform apply
to scale the cluster, the change applied successfully, but I got the following error at the last.Steps to Reproduce
terraform init
terraform apply
to create a clusterterraform apply
to scale a clusterThe text was updated successfully, but these errors were encountered: