-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_private_dns_resolver_forwarding_rule_resource - make domain_name force new #22375
Conversation
when trying to perform update in place azure throws an error: ``` forwardingrules.ForwardingRulesClient#CreateOrUpdate: Failure responding to request: StatusCode=409 -- Original Error: autorest/azure: Service returned an error. Status=409 Code="Conflict" Message="Exception of type 'Microsoft.Azure.Networking.Dns.ManagedResolver.Frontend.Contracts.Exceptions.Service.FrontendConflictServiceException' was thrown." Target="" Details=[{}] InnerError={} ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @mbrydak! This looks good but the documentation for domain_name
needs to be changed as well to say that Changing this forces a new Private DNS Resolver Forwarding Rule to be created.
@mbfrahry thanks for the reminder, I've updated the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @mbrydak ! LGTM ⛈️
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
when trying to perform update in place azure throws an error:
Probably because it's impossible to do such update through azure portal as well.