fix name of faucet record resource

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

View File

@ -9,7 +9,7 @@ module "avalanche" {
open_tcp_ports = ["80", "443", "9653"]
}
resource "cloudflare_record" "notes" {
resource "cloudflare_record" "faucet" {
zone_id = local.zones["status.im"]
name = "avax-faucet.infra"
type = "A"