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
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
Would like a new optional paramteer which can set the "domain name label scope" on public IP address resources to avoid risk related to dangling DNS names.
The API has supported setting this since provider version "Microsoft.Network/publicIPAddresses@2022-11-01", the feature is currently in public preview.
New or Affected Resource(s)/Data Source(s)
azurerm_public_ip
Potential Terraform Configuration
resource"azurerm_public_ip""example" {
name="acceptanceTestPublicIp1"resource_group_name=azurerm_resource_group.example.namelocation=azurerm_resource_group.example.locationallocation_method="Static"domain_label_scope="TenantReuse"# The domain name label scope can only be specified at the creation of a public IP address
}
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.
Is there an existing issue for this?
Community Note
Description
Would like a new optional paramteer which can set the "domain name label scope" on public IP address resources to avoid risk related to dangling DNS names.
Supported values are
This must be set upon creation of the resource
The API has supported setting this since provider version "Microsoft.Network/publicIPAddresses@2022-11-01", the feature is currently in public preview.
New or Affected Resource(s)/Data Source(s)
azurerm_public_ip
Potential Terraform Configuration
References
https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses?branch=pr-en-us-268827#domain-name-label-scope-preview
https://learn.microsoft.com/en-us/azure/templates/microsoft.network/publicipaddresses?pivots=deployment-language-terraform
The text was updated successfully, but these errors were encountered: