What's New
This release contains an update to account factory to forward the boolean values disable_macie
disable_security_hub
and disable_guardduty
from the new account request files to the accounts.yml
file. This allows terragrunt units in infra-live to more easily access these three per-account configuration options and adjust their inputs appropriately.
Namely, in terraform-aws-architecture-catalog
v2.12.0
we update the functionality of the logs
account to read these values and disable the macie
and security_hub
modules, which prevents invites from being sent to accounts that don't have those features enabled. This isn't strictlty required, as previously the invites were sent and never accepted, but this reduces the number of resources provisioned and makes the real world infrastructure better match the intent of the IaC.
Changelog
Bump to pipelines-actions v3.3.0
Full Changelog: v3...v3.5.0