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
)