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
After a network interface has been created in a subnet, Azure assigns it
an internal domain name and exposes this as a property.
The suffix looks something like this:
tcjzv0sul21rwyt5qe31ylgpgo.ax.internal.cloudapp.net
Servers can reach each other internally at, for example:
server0.tcjzv0sul21rwyt5qe31ylgpgo.ax.internal.cloudapp.net
This change exposes the azure provided internal_domain_name_suffix in terraform
Copy file name to clipboardexpand all lines: website/docs/r/network_interface.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,8 @@ The following attributes are exported:
112
112
113
113
*`id` - The ID of the Network Interface.
114
114
115
+
*`internal_domain_name_suffix` - Even if `internal_dns_name_label` is not specified, a DNS entry is created for the primary NIC of the VM. This DNS name can be constructed by concatenating the VM name with the value of `internal_domain_name_suffix`.
116
+
115
117
*`mac_address` - The Media Access Control (MAC) Address of the Network Interface.
116
118
117
119
*`private_ip_address` - The first private IP address of the network interface.
0 commit comments