github cloudposse/terraform-aws-vpc 0.24.0
v0.24.0

latest releases: 2.2.0-alpha1, 2.2.0, v2...
3 years ago
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

Don't miss a new terraform-aws-vpc release

NewReleases is sending notifications on new releases.