-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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 update TTL on weighted route53 aws_route53_record resources #1961
Comments
+1 |
Still an issue. |
Still affected. Any workaround here?
|
This probably would require an API change to consider that any TTL change on a given record would change all identical records to use that same TTL, instead of raising an error because other records have a different TTL. Basically, what the UI does. |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
This issue was originally opened by @dunka as hashicorp/terraform#16389. It was migrated here as a result of the provider split. The original body of the issue is below.
Hello!
When trying to update the ttl on a weighted record, we get " RRSet with DNS name repo.wtest.com. and type CNAME, SetIdentifier live cannot be created as weighted sets must contain the same TTL."
I believe the work around will be to remove one of the records, update the TTL, then recreate both.
This can be produced by taking the example from https://www.terraform.io/docs/providers/aws/r/route53_record.html applying it, then changing the ttl and applying again.
repo:
Original:
$ terraform init
$ terraform plan
$ terraform apply
Change the ttl to 60, new terraform:
$ terraform plan
$ terraform apply
Let me know if you need any further information.
The text was updated successfully, but these errors were encountered: