Make acl id parameter a boolean (enable/disable) #13
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There is a parameter that allows you to pass in an externally created NACL id. If you do, then you get the horrible "cannot compute count" error, because it is an interpolated value.
But after looking at the code, it's not actually used anywhere. It's just used as a boolean. For example here: https://github.com/cloudposse/terraform-aws-multi-az-subnets/blob/master/public.tf#L36
So I've just passed in a string named "disable" and it works as intended.
Can you change it to be a boolean? Like the ngw enable/disable?
Thanks!
The text was updated successfully, but these errors were encountered: