cloudposse / terraform-aws-transit-gateway

Terraform module to provision AWS Transit Gateway, AWS Resource Access Manager (AWS RAM) Resource, and share the Transit Gateway with the Organization or another AWS Account.
https://cloudposse.com/accelerate
Apache License 2.0
53 stars 47 forks source link

Variable description does not match the actual config #38

Closed hans-d closed 8 months ago

hans-d commented 8 months ago
 default     = "enable" 
 description = "Whether resource attachment requests are automatically accepted. Valid values: `disable`, `enable`. Default value: `disable`" 

eg: https://github.com/cloudposse/terraform-aws-transit-gateway/blob/531846fb7f96acf0730d9ab0e982714a9b5ea229/variables.tf#L36-L37