Difference between revisions of "Cloudflare zone id"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{tf CF}} Category:Cloudflare Category:Terraform")
 
Line 1: Line 1:
 +
{{lc}}
  
 +
 +
{{cloudflare_record_example}}
  
 
== See also ==
 
== See also ==

Revision as of 09:30, 20 February 2024


 resource "cloudflare_record" "example" {
 zone_id = var.cloudflare_zone_id
 name    = "terraform"
 value   = "192.0.2.1"
 type    = "A"
 ttl     = 3600
}

See also

Advertising: