Skip to content

Commit

Permalink
azurerm_private_dns_resolver_forwarding_rule_resource - make domain_n…
Browse files Browse the repository at this point in the history
…ame force new (#22375)

Co-authored-by: max <[email protected]>
  • Loading branch information
maxxieb and max authored Jul 6, 2023
1 parent 92bca5c commit db97ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func (r PrivateDNSResolverForwardingRuleResource) Arguments() map[string]*plugin
"domain_name": {
Type: pluginsdk.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: validation.StringIsNotEmpty,
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The following arguments are supported:

* `dns_forwarding_ruleset_id` - (Required) Specifies the ID of the Private DNS Resolver Forwarding Ruleset. Changing this forces a new Private DNS Resolver Forwarding Rule to be created.

* `domain_name` - (Required) Specifies the domain name for the Private DNS Resolver Forwarding Rule.
* `domain_name` - (Required) Specifies the domain name for the Private DNS Resolver Forwarding Rule. Changing this forces a new Private DNS Resolver Forwarding Rule to be created.

* `target_dns_servers` - (Required) Can be specified multiple times to define multiple target DNS servers. Each `target_dns_servers` block as defined below.

Expand Down

0 comments on commit db97ba1

Please sign in to comment.