connec/cloudformatious
Apply a CloudFormation template using cloudformatious
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version of cloudformatious-cli to install (default: latest). See https://github.com/connec/cloudformatious-cli/releases. | — | latest |
| operation | The operation to perform. Options: - apply-stack (default) - install | — | apply-stack |
| stack-name | The name that is associated with the stack Required if `operation` is `apply-stack`. | — | — |
| template-path | Path to the template to be applied Required if `operation` is `apply-stack`. | — | — |
| capabilities | Capabilities to explicitly acknowledge | — | — |
| client-request-token | A unique identifier for this `apply_stack` operation | — | — |
| notification-arns | The Simple Notification Service (SNS) topic ARNs to publish stack related events | — | — |
| package-bucket | The S3 bucket to upload packages to. Required if there are references to local paths in the template. | — | — |
| package-prefix | A prefix for any uploaded packages | — | — |
| parameters | A list of input parameters for the stack | — | — |
| resource-types | The 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-arn | The Amazon Resource Name (ARN) of an AWS Identity And Access Management (IAM) role that AWS CloudFormation assumes to apply the stack | — | — |
| tags | Key-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"}`). | — | — |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |