github cloudposse/terraform-aws-security-group 0.3.0
v0.3.0

latest releases: 2.2.0, v2, 2.1.0...
pre-release3 years ago
refactor: rework value mapping for for_each and update dependencies @SweetOps (#11)

what

  • rework value mapping for for_each
  • bump minimal required version of TF to 0.14.0
  • bump terratest to v0.32.8

why

  • terraform has weird limitation which blocks using of dynamic values inside the for_each loop
The "for_each" value depends on resource attributes that cannot be determined
until apply, so Terraform cannot predict how many instances will be created.
To work around this, use the -target argument to first apply only the
resources that the for_each depends on.

Don't miss a new terraform-aws-security-group release

NewReleases is sending notifications on new releases.