azure::txt-record-set¶
Creates an TXT Record Set.
Example¶
azure::txt-record-set txt-record-set
name: "txtrecexample"
txt-records: ["record1", "record2"]
ttl: 3
dns-zone: $(azure::dns-zone dns-zone-example-zones)
end
Attributes¶
Attribute | Description |
---|---|
dns-zone | The dns zone where the Txt Record Set resides. (Required) |
metadata map | The metadata for the Txt Record Set. |
name | The name of the Txt Record Set. (Required) |
txt-records set | The list of txt Txt Records Set. (Required) |
ttl | The Time To Live in Seconds for the Txt Record Set in the set. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the Txt Record Set. |