Difference between revisions of "Terraform resource: cloudflare record"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== Official example == | == Official example == | ||
− | + | ||
− | + | {{cloudflare_record_example}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == |
Revision as of 09:30, 20 February 2024
https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/record
proxied
Official example
resource "cloudflare_record" "example" { zone_id = var.cloudflare_zone_id name = "terraform" value = "192.0.2.1" type = "A" ttl = 3600 }
See also
Advertising: