azure::aaaa-record-set¶
Creates an AAAA Record Set.
Example¶
azure::aaaa-record-set aaaa-record-set
dns-zone: $(azure::dns-zone dns-zone-example-zones)
name: "aaaarecexample"
ipv6-addresses: ["2001:0db8:85a3:0000:0000:8a2e:0370:7334", "2001:0db8:85a3:0000:0000:8a2e:0370:7335"]
end
Attributes¶
Attribute | Description |
---|---|
dns-zone | The Dns Zone where the AAAA Record Set resides. (Required) |
ipv6-addresses set | The IPV6 addresses associated with the AAAA Record Set set. (Required) |
metadata map | The metadata for the AAAA Record Set. |
name | The name of the AAAA Record Set. (Required) |
ttl | The Time To Live in Seconds for the AAAA Record Set in the set. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The ID for the AAAA Record Set. |