terraform: add build02
This commit is contained in:
parent
1c3d1a64f8
commit
674a107750
1 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,21 @@ resource "cloudflare_record" "nix-community-org-build01-AAAA" {
|
|||
type = "AAAA"
|
||||
}
|
||||
|
||||
resource "cloudflare_record" "nix-community-org-build02-A" {
|
||||
zone_id = local.nix_community_org_zone_id
|
||||
name = "build02"
|
||||
value = "95.217.109.189"
|
||||
type = "A"
|
||||
}
|
||||
|
||||
# TODO: add IPv6
|
||||
# resource "cloudflare_record" "nix-community-org-build02-AAAA" {
|
||||
# zone_id = local.nix_community_org_zone_id
|
||||
# name = "build02"
|
||||
# value = "2a01:4f9:4a:2b02::1"
|
||||
# type = "AAAA"
|
||||
# }
|
||||
|
||||
resource "cloudflare_record" "nix-community-org-hydra-CNAME" {
|
||||
zone_id = local.nix_community_org_zone_id
|
||||
name = "hydra"
|
||||
|
|
Loading…
Add table
Reference in a new issue