From 0071c51b1aad87f1ad9015f6776e4c6fb4edabd7 Mon Sep 17 00:00:00 2001 From: Kevin Prince Date: Tue, 10 Dec 2024 08:30:20 -0700 Subject: [PATCH] comments show incorrect defaults --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 6b608da..5c9a225 100644 --- a/variables.tf +++ b/variables.tf @@ -34,7 +34,7 @@ variable "ram_principals" { variable "auto_accept_shared_attachments" { type = string default = "enable" - description = "Whether resource attachment requests are automatically accepted. Valid values: `disable`, `enable`. Default value: `disable`" + description = "Whether resource attachment requests are automatically accepted. Valid values: `disable`, `enable`. Default value: `enable`" } variable "default_route_table_association" { @@ -82,7 +82,7 @@ variable "vpc_attachment_dns_support" { variable "vpc_attachment_ipv6_support" { type = string default = "disable" - description = "Whether resource attachments automatically propagate routes to the default propagation route table. Valid values: `disable`, `enable`. Default value: `enable`" + description = "Whether resource attachments automatically propagate routes to the default propagation route table. Valid values: `disable`, `enable`. Default value: `disable`" } variable "config" {