From 86bee0ff707fc0370d875b5516c70106ae889c1c Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Sat, 29 Aug 2020 11:16:42 +0200 Subject: [PATCH] update input variable table in dns module README --- 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 1d0c4e0eb..2c00ebb15 100644 --- a/modules/dns/README.md +++ b/modules/dns/README.md @@ -38,7 +38,7 @@ module "private-dns" { | *recordsets* | List of DNS record objects to manage. | list(object({...})) | | [] | | *service_directory_namespace* | Service directory namespace id (URL), only valid for 'service-directory' zone types. | string | | null | | *type* | Type of zone to create, valid values are 'public', 'private', 'forwarding', 'peering', 'service-directory'. | string | | private | -| *zone_create* | Create zone. When set to false, uses a data source to reference existing project. | bool | | true | +| *zone_create* | Create zone. When set to false, uses a data source to reference existing zone. | bool | | true | ## Outputs