create avax-wallet.infra.status.im for node-02

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-23 09:58:52 +01:00
parent 76e3ae29fb
commit 1bdadbd5e0
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 8 additions and 0 deletions

View File

@ -16,3 +16,11 @@ resource "cloudflare_record" "faucet" {
proxied = false
value = module.avalanche.public_ips[0]
}
resource "cloudflare_record" "wallet" {
zone_id = local.zones["status.im"]
name = "avax-wallet.infra"
type = "A"
proxied = false
value = module.avalanche.public_ips[1]
}