more terraform boilerplates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
variable "zone_id" {}
|
||||
|
||||
resource "cloudflare_record" "server" {
|
||||
zone_id = var.zone_id
|
||||
name = "your-dns-name"
|
||||
value = civo_instance.server.public_ip
|
||||
type = "A"
|
||||
proxied = false
|
||||
}
|
||||
Reference in New Issue
Block a user