Skip to content

v0.24.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 04 May 14:15
17fcb3c
Fix: fix var.enabled conditional Logic within for_each Meta-argument in vpc-endpoints Submodule @korenyoni (#84)

what

  • Fix var.enabled conditional logic within for_each meta-argument in vpc-endpoints submodule

why

  • set() is neither a real Terraform function nor will the valid toset([]) work in this instance of for_each (due to type mismatch in the ternary operator), however due to the short-circuit with enabled=true, this wasn't picked up in tests.

references