Actualiser records_a.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
resource "cloudflare_record" "a-root" {
|
resource "cloudflare_dns_record" "a-root" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record A"
|
comment = "Domain verification record A"
|
||||||
content = var.ip_server_a
|
content = var.ip_server_a
|
||||||
@@ -9,7 +9,7 @@ resource "cloudflare_record" "a-root" {
|
|||||||
type = "A"
|
type = "A"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_record" "b-root" {
|
resource "cloudflare_dns_record" "b-root" {
|
||||||
zone_id = var.cloudflare_zone_id
|
zone_id = var.cloudflare_zone_id
|
||||||
comment = "Domain verification record B"
|
comment = "Domain verification record B"
|
||||||
content = var.ip_server_a
|
content = var.ip_server_a
|
||||||
|
Reference in New Issue
Block a user