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
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
Debug Output
Panic Output
Expected Behavior
I created "A" record. In AWS web console I saw it. Now I want change name the record. Terraform have to delete old record and create new.
Actual Behavior
Terraform work without problem: old record deleted, new record created, but in AWS web console I see and new, and old record.
Steps to Reproduce
Create "A" record throught terraform.
Change name of "A" record in terraform file.
Terraform apply.
Look in AWS web console.
The text was updated successfully, but these errors were encountered:
Hi @gorlovjob 👋 Thank you for reporting this and sorry you ran into trouble. This appears to be very similar in nature or a duplicate to #9024, so to consolidate any efforts and discussions on this issue, I'm going to close this issue in preference of the existing one.
Terraform Version
Terraform v0.12.17
AWS_provider Version
aws_v2.41.0_x4
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
I created "A" record. In AWS web console I saw it. Now I want change name the record. Terraform have to delete old record and create new.
Actual Behavior
Terraform work without problem: old record deleted, new record created, but in AWS web console I see and new, and old record.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: