Update README.md

This commit is contained in:
Ludovico Magnocavallo
2022-02-13 16:00:24 +01:00
committed by GitHub
parent 00f24698d0
commit 4473ddb3e2

View File

@@ -17,7 +17,7 @@ module "private-dns" {
domain = "test.example."
client_networks = [var.vpc.self_link]
recordsets = {
"A localhost" = { type = "A", ttl = 300, records = ["127.0.0.1"] }
"A localhost" = { ttl = 300, records = ["127.0.0.1"] }
}
}
# tftest modules=1 resources=2