Skip to content
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

Support for resolutionPolicy on azurerm_private_dns_zone_virtual_network_link #28087

Closed
1 task done
ineednewpajamas opened this issue Nov 21, 2024 · 7 comments · Fixed by #28599 · May be fixed by #28615
Closed
1 task done

Support for resolutionPolicy on azurerm_private_dns_zone_virtual_network_link #28087

ineednewpajamas opened this issue Nov 21, 2024 · 7 comments · Fixed by #28599 · May be fixed by #28615

Comments

@ineednewpajamas
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave comments along the lines of "+1", "me too" or "any updates", they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment and review the contribution guide to help.

Description

Please add resolution_policy toazurerm_private_dns_zone_virtual_network_link.
The ResolutionPolicy property is available in API version 2024-06-01 or higher.
Supported values are Default or NxDomainRedirect

New or Affected Resource(s)/Data Source(s)

azurerm_private_dns_zone_virtual_network_link

Potential Terraform Configuration

resource "azurerm_private_dns_zone_virtual_network_link" "example" {
  name                  = "test"
  resource_group_name   = azurerm_resource_group.example.name
  private_dns_zone_name = azurerm_private_dns_zone.example.name
  virtual_network_id    = azurerm_virtual_network.example.id
  resolution_policy     = "NxDomainRedirect"
}

References

https://learn.microsoft.com/en-us/azure/dns/private-dns-fallback

@anwarnk
Copy link

anwarnk commented Nov 22, 2024

This would be great if it could be implemented, we have been waiting for something like this for a long time.

@pelikanmartin
Copy link

Same here! A long-awaited feature from Microsoft for many.

@pkoseksmt
Copy link

Same here!! Thanks

@ineednewpajamas
Copy link
Author

ineednewpajamas commented Jan 27, 2025

@stephybun, While increasing the API is the first step, it does not resolve this issue. The resolution_policy attribute still needs to be exposed. Can you please reopen this?

@EppO
Copy link
Contributor

EppO commented Jan 27, 2025

indeed, #28599 just a small piece of the puzzle, implementing the new attribute is still needed. I'll work on a new PR to implement that.

@EppO
Copy link
Contributor

EppO commented Jan 29, 2025

#28615 is ready for review and will implement the new setting

Copy link

github-actions bot commented Mar 1, 2025

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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.