You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 to false in the stack manifest w/o affecting/changing/disabling the Terraform components (e.g. w/o setting the enabled variable to false)