azure::a-record-set

Creates an A Record Set.

Example

azure::a-record-set a-record-set
    dns-zone: $(azure::dns-zone dns-zone-example-zones)
    name: "arecexample"
    ttl: 3
    ipv4-addresses: ["10.0.0.1"]
end

Attributes

Attribute Description
dns-zone The DNS Zone where the A Record Set resides. (Required)
ipv4-addresses set The ipv4 addresses associated with the A Record Set set. (Required)
metadata map The metadata for the A Record Set.
name The name of the A Record Set. (Required)
ttl The Time To Live in Seconds for the A Record Set in the set. (Required)

Outputs

Attribute Description
id The ID of the A Record Set.