Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jun 18:56
· 31 commits to main since this release
aea3aba
Update shield_advanced.tf @eladlevi-dy (#28)

Add the option to use "delete_unused_fm_managed_resources" on shield_advanced.

what

  • Terraform resource "aws_fms_policy" has the optional "delete_unused_fm_managed_resources" argument but the module does not.
  • delete_unused_fm_managed_resources - (Optional) If true, Firewall Manager will automatically remove protections from resources that leave the policy scope. Defaults to false.

why

This change is needed because if resource is out of scope we don't want to keep using shield and gain extra unneeded costs

references

hashicorp - Terraform

Fix Example Code @milldr (#29)

what

  • Fixed a typo with shield_advanced_policies
  • Bumped the vpc module version
  • Bumped s3-bucket module version
  • Updated deprecated inputs for kinesis_firehose_delivery_stream
  • Fixed tflint updated recommendations

why

  • This example is broken and is causing tests to fail in other PRs

references

Sync github @max-lobur (#25)

Rebuild github dir from the template

git.io->cloudposse.tools update @dylanbannon (#22)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143