v1.101.0
cloudposse-releaser
released this
08 Nov 14:06
·
82 commits
to refs/heads/main
since this release
Skip component if `metadata.enabled` is set to `false` @pkbhowmick (#756)
what
- Skip component if metadata.enabled is set to false
- Added documentation on using the
metadata.enabled
parameter to conditionally exclude components in deployment
why
- Allow disabling Atmos components from being processed and provisioned by setting
metadata.enabled
tofalse
in the stack manifest w/o affecting/changing/disabling the Terraform components (e.g. w/o setting theenabled
variable tofalse
)