terraform/cloudflare: update build03
This commit is contained in:
parent
b917a32aae
commit
86c4395556
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ resource "cloudflare_record" "nix-community-org-build02-AAAA" {
|
||||||
resource "cloudflare_record" "nix-community-org-build03-A" {
|
resource "cloudflare_record" "nix-community-org-build03-A" {
|
||||||
zone_id = local.nix_community_zone_id
|
zone_id = local.nix_community_zone_id
|
||||||
name = "build03"
|
name = "build03"
|
||||||
value = "135.181.218.169"
|
value = "65.21.139.242"
|
||||||
type = "A"
|
type = "A"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "cloudflare_record" "nix-community-org-build03-AAAA" {
|
resource "cloudflare_record" "nix-community-org-build03-AAAA" {
|
||||||
zone_id = local.nix_community_zone_id
|
zone_id = local.nix_community_zone_id
|
||||||
name = "build03"
|
name = "build03"
|
||||||
value = "2a01:4f9:3a:3b16::1"
|
value = "2a01:4f9:3b:2946::1"
|
||||||
type = "AAAA"
|
type = "AAAA"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue