Difference between revisions of "Cloudflare zone id"
Jump to navigation
Jump to search
(Created page with " == See also == * {{tf CF}} Category:Cloudflare Category:Terraform") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{lc}} | ||
+ | |||
+ | {{cloudflare_record_example}} | ||
== 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: