v0.4.0
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
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