From 4473ddb3e20f27be9c046785bce665310cbf198f Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sun, 13 Feb 2022 16:00:24 +0100 Subject: [PATCH] Update README.md --- modules/dns/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dns/README.md b/modules/dns/README.md index d1a17aee4..bd40d7c70 100644 --- a/modules/dns/README.md +++ b/modules/dns/README.md @@ -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