Create Push
.DRY RUN
: when the push action executes, it only reports the upstream changes it would perform without actually performing themFORCE
: By default, PUSH will not overwrite any upstream items if it didn't create it. Turning FORCE
on allows CloudTruth to take ownership and overwrite any pre-existing itemsLOCAL
: By default, PUSH will include all parameters inherited from parent projects. Turning LOCAL
on will cause it to only send the parameters defined directly in the given projectsPARAMETERS
: Include parameters (non-secrets) when pushingSECRETS
: Include secrets when pushingCOERCE
: Include secrets/parameters even if the upstream destination doesn't allow them (e.g. non-secrets in AWS SecretsManager)Next
.Create Action
.