masapasa/AWS CloudFormation "Deploy CloudFormation Stack" Action for GitHub Actions

Deploys a AWS CloudFormation stack

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
nameThe name of the CloudFormation stackyes
templateThe path or URL to the CloudFormation templateyes
capabilitiesThe comma-delimited list of stack template capabilities to acknowledge. Defaults to 'CAPABILITY_IAM'noCAPABILITY_IAM
parameter-overridesThe parameters to override in the stack inputs. You can pass a comma-delimited list or a local JSON file. Comma-delimited list has each entry formatted as <ParameterName>=<ParameterValue>. A local JSON file should be named with "file://" prefix (e.g. file://params.json) and should look like: [ { "ParameterKey": "KeyPairName", "ParameterValue": "MyKey" }]no
no-execute-changesetIndicates whether to execute to the change set or have it reviewed. Default to '0' (will execute the change set)no0
no-delete-failed-changesetIndicates whether to delete to a failed change set. Default to '0' (will delete the failed changeset)no0
no-fail-on-empty-changesetIf the CloudFormation change set is empty, do not fail. Defaults to '0' (will fail on empty change set)no0
disable-rollbackDisable rollback of the stack if stack creation fails. Defaults to '0' (will rollback if stack creation fails). This input is only used for stack creation, not for stack updateno0
timeout-in-minutesThe amount of time that can pass before the stack status becomes CREATE_FAILED. This input is only used for stack creation, not for stack updateno
notification-arnsThe comma-delimited list of Amazon SNS topic ARNs to publish stack related eventsno
role-arnThe Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. As long as users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege. If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stackno
tagsKey-value pairs to associate with this stack. This input should be JSON-formatted, for example [ { "Key": "string", "Value": "string" } ]no
termination-protectionWhether to enable termination protection on the specified stack. Defaults to '0' (terminated protection will be disabled) This input is only used for stack creation, not for stack updateno0
namedescription
stack-idThe id of the deployed stack. In addition, any outputs declared in the deployed CloudFormation stack will also be set as outputs for the action, e.g. if the stack has a stack output named 'foo', this action will also have an output named 'foo'.