Record
Deprecated
cloudflare.index/record.Record has been deprecated in favor of cloudflare.index/dnsrecord.DnsRecord
Example Usage
resources:
exampleDnsRecord:
type: cloudflare:DnsRecord
name: example_dns_record
properties:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
comment: Domain verification record
content: 198.51.100.4
name: example.com
proxied: true
settings:
ipv4_only: true
ipv6_only: true
tags:
- owner:dns-team
ttl: 3600
type: A
Content copied to clipboard
Import
$ pulumi import cloudflare:index/record:Record example '<zone_id>/<dns_record_id>'
Content copied to clipboard
Properties
Link copied to clipboard
When the record comment was last modified. Omitted if there is no comment.
Link copied to clipboard
Components of a CAA record.
Link copied to clipboard
When the record was last modified.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Settings for the DNS record.
Link copied to clipboard
When the record tags were last modified. Omitted if there are no tags.