azure::caa-record-set

Creates an CAA Record Set.

Example

azure::caa-record-set caa-record-set
    name: "caaexample"
    ttl: 3
    dns-zone: $(azure::dns-zone dns-zone-example-zones)

    caa-record
        flags: 1
        tag: "tag1"
        value: "val1"
    end

    caa-record
        flags: 2
        tag: "tag2"
        value: "val2"
    end
end

Attributes

Attribute Description
caa-record set subresource

The set of CAA Records associated with the CAA Record Set. (Required)

flags
The flags for the record. Valid values are between 0 to 255. (Required)
tag
The tag for the record. (Required)
value
The value for the record. (Required)
dns-zone The DNS Zone where the CAA Record resides Set. (Required)
metadata map The metadata for the CAA Record Set.
name The name of the CAA Record Set. (Required)
ttl The Time To Live in Seconds for the CAA Record Set in the set. (Required)

Outputs

Attribute Description
id The ID of the CAA Record Set.