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
*`name` - (Required) Specifies the name which should be used for this Private DNS Resolver Inbound Endpoint. Changing this forces a new Private DNS Resolver Inbound Endpoint to be created.
68
+
*`name` - (Required) Specifies the name which should be used for this Private DNS Resolver Inbound Endpoint. Changing this forces a new resource to be created.
69
69
70
-
*`private_dns_resolver_id` - (Required) Specifies the ID of the Private DNS Resolver Inbound Endpoint. Changing this forces a new Private DNS Resolver Inbound Endpoint to be created.
70
+
*`private_dns_resolver_id` - (Required) Specifies the ID of the Private DNS Resolver Inbound Endpoint. Changing this forces a new resource to be created.
71
71
72
-
*`ip_configurations` - (Required) One `ip_configurations` block as defined below. Changing this forces a new Private DNS Resolver Inbound Endpoint to be created.
72
+
*`ip_configurations` - (Required) One `ip_configurations` block as defined below. Changing this forces a new resource to be created.
73
73
74
-
*`location` - (Required) Specifies the Azure Region where the Private DNS Resolver Inbound Endpoint should exist. Changing this forces a new Private DNS Resolver Inbound Endpoint to be created.
74
+
*`location` - (Required) Specifies the Azure Region where the Private DNS Resolver Inbound Endpoint should exist. Changing this forces a new resource to be created.
75
75
76
76
*`tags` - (Optional) A mapping of tags which should be assigned to the Private DNS Resolver Inbound Endpoint.
77
77
78
78
---
79
79
80
80
An `ip_configurations` block supports the following:
81
81
82
-
*`subnet_id` - (Required) The subnet ID of the IP configuration.
82
+
*`subnet_id` - (Required) The subnet ID of the IP configuration. Changing this forces a new resource to be created.
83
83
84
-
*`private_ip_address` - (Optional) Private IP address of the IP configuration.
84
+
*`private_ip_address` - (Optional) Private IP address of the IP configuration. Changing this forces a new resource to be created.
85
85
86
-
*`private_ip_allocation_method` - (Optional) Private IP address allocation method. Allowed value is`Dynamic` and `Static`. Defaults to `Dynamic`.
86
+
*`private_ip_allocation_method` - (Optional) Private IP address allocation method. Possible values are`Dynamic` and `Static`. Defaults to `Dynamic`. Changing this forces a new resource to be created.
0 commit comments