From 779d7ea001476edcff4b3cb3894ad15053894b62 Mon Sep 17 00:00:00 2001 From: kt Date: Tue, 5 Nov 2024 15:03:12 -0800 Subject: [PATCH] Update website/docs/r/public_ip.html.markdown --- website/docs/r/public_ip.html.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/r/public_ip.html.markdown b/website/docs/r/public_ip.html.markdown index 4c8a9d46f17f..5abc7f89543c 100644 --- a/website/docs/r/public_ip.html.markdown +++ b/website/docs/r/public_ip.html.markdown @@ -60,9 +60,7 @@ The following arguments are supported: * `domain_name_label` - (Optional) Label for the Domain Name. Will be used to make up the FQDN. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system. -* `domain_name_label_scope` - (Optional) Scope for the domain name label. If a domain name label scope is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN. Possible values are `NoReuse`, `ResourceGroupReuse`, `SubscriptionReuse` and `TenantReuse`. - --> **Note** Once `domain_name_label_scope` is specified, it cannot be changed, changing it forces a new resource to be created. +* `domain_name_label_scope` - (Optional) Scope for the domain name label. If a domain name label scope is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system with a hashed value includes in FQDN. Possible values are `NoReuse`, `ResourceGroupReuse`, `SubscriptionReuse` and `TenantReuse`. Changing this forces a new Public IP to be created. * `edge_zone` - (Optional) Specifies the Edge Zone within the Azure Region where this Public IP should exist. Changing this forces a new Public IP to be created.