Difference between revisions of "Cloudflare zone id"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== See also == | == See also == | ||
+ | * {{cloudflare_record}} | ||
* {{tf CF}} | * {{tf CF}} | ||
[[Category:Cloudflare]] | [[Category:Cloudflare]] | ||
[[Category:Terraform]] | [[Category:Terraform]] |
Latest revision as of 19:35, 16 July 2024
resource "cloudflare_record" "example" { zone_id = var.cloudflare_zone_id name = "terraform" value = "192.0.2.1" type = "A" ttl = 3600 }
See also[edit]
Advertising: