Loading...
Loading...
### Terraform Version ```shell $ terraform version Terraform v1.13.1 on windows_amd64 + provider registry.terraform.io/hashicorp/aws v6.3.0 ``` ### Terraform Configuration Files ``` terraform { required_version = "1.13.1" required_providers { aws = { source = "hashicorp/aws" version = "6.3.0" } } } ``` ### Debug Output ``` [terraform-debug.log](https://github.com/user-attachments/files/22037414/terraform-debug.log) ``` ### Expected Behavior The value of `cluster_scalability_type` (e.g., `standard`) should be correctly stored in the state file after applying, so that subsequent plans do not attempt to recreate the cluster. ### Actual Behavior `cluster_scalability_type `is empty in the state file. Cluster is forced to be re-created on every `plan`/`apply`. ### Steps to Reproduce 1. Create an Aurora Cluster with `cluster_scalability_type `set to `standard` (hardcoded, not using variables). 2. Run `terraform init`. 3. Run `terraform plan` → Notice the output shows `cluster_scalability_type = "standard"`. 4. Run `terraform apply`. 5. Run `terraform plan` again after `terraform apply` in step 4 completed → Terraform wants to re-create the cluster because the state file has an empty value for `cluster_scalability_type`.
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.