connec/cloudformatious

Apply a CloudFormation template using cloudformatious

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version of cloudformatious-cli to install (default: latest). See https://github.com/connec/cloudformatious-cli/releases. latest
operationThe operation to perform. Options: - apply-stack (default) - install apply-stack
stack-nameThe name that is associated with the stack Required if `operation` is `apply-stack`.
template-pathPath to the template to be applied Required if `operation` is `apply-stack`.
capabilitiesCapabilities to explicitly acknowledge
client-request-tokenA unique identifier for this `apply_stack` operation
notification-arnsThe Simple Notification Service (SNS) topic ARNs to publish stack related events
package-bucketThe S3 bucket to upload packages to. Required if there are references to local paths in the template.
package-prefixA prefix for any uploaded packages
parametersA list of input parameters for the stack
resource-typesThe template resource types that you have permissions to work with for this `apply_stack` operation, such as `AWS::EC2::Instance`, `AWS::EC2::*`, or `Custom::MyCustomInstance`
role-arnThe Amazon Resource Name (ARN) of an AWS Identity And Access Management (IAM) role that AWS CloudFormation assumes to apply the stack
tagsKey-value pairs to associate with this stack. Tags should be supplied either as `key=value` strings and/or as a JSON object (e.g. `{"key1": "value1", "key2": "value2"}`).
namedescription
timeThe time we greeted you