-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make subnet_flow_logs
and subnet_private_access
into string variables
#9
Comments
Terraform recommends against having boolean input variables, instead using strings for consistency: https://www.terraform.io/docs/configuration/variables.html#booleans |
Even though "subnet_flow_logs and "subnet_private_access" technically aren't input variables (the subnets list is the input variable), should we convert them into strings for consistency with "shared_vpc_host" expecting a string? |
Yes, I think we should. Renaming this accordingly. |
shared_vpc_host
a boolean varsubnet_flow_logs
and subnet_private_access
into string variables
PR submitted with fix: #13 |
Closing as fixed with merge of PR. |
No description provided.
The text was updated successfully, but these errors were encountered: