-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
google_dns_record_set
don't update resource from single A record to WRR
#12486
Comments
google_dns_record_set
don't update resource from single A record to WRR
@Demacr you reported this issue happened when you tried to update the resource. Are you able to manually delete the resource and recreate it? The error is from api and it seems the config is blocked by api. Can you share the debug log as well?
|
@edwardmedia thank you for response. Yes, updated it manually by web console. So I think I could did it through recreating. Okay, I'll send debug logs a little bit later. |
@Demacr are you able to get the debug log? Or is it still an issue? |
@edwardmedia I've checked again and I've seen that appears changing of
Seems to be you or someone else fixed this. |
Cool. Thanks for the update @Demacr Closing this then |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Your version of Terraform is out of date! The latest version
is 1.2.8. You can update by downloading from https://www.terraform.io/downloads.html
Affected Resource(s)
Terraform Configuration Files
Before:
After:
Debug Output
Panic Output
Expected Behavior
It should update or recreate object without rrdata and with routing_policy block
Actual Behavior
Before applying I had this resource with single rrdata, without
routing_policy
with IP =1.2.3.4
.At plan it shows only adding
routing_policy
block:but doesn't delete rrdata, which causes error at applying:
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: