cloudify-cosmo/Create CloudFormation Environment
Creates a CloudFormation environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 5, 2022
- License
- None
Pinned Snippet
uses: cloudify-cosmo/cloudformation-action@1fd8c9b1ac216c91ab1fdee6f29bf59c2316121b # v1.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment-name | Name of Cloudify environment to create | yes | — |
| labels | A labels list of the form <key>:<value>,<key>:<value>. Any comma and colon in <value> must be escaped with \. The labels’ keys are saved in lowercase. | no | - |
| stack-name | CloudFormation's stack name | yes | — |
| template-file | Path to the file containing the template | no | - |
| bucket-name | Name of S3 bucket to get the template from; if specified, then `resource_name` must also be specified | no | - |
| resource-name | Name of file, within the bucket specified by `bucket_name`, containing the template to be used | no | - |
| template-url | URL of CloudFormation template | no | - |
| parameters-file | YAML/JSON file containing template parameters | no | - |
| outputs-file | Path to JSON file to receive the Cloudify environment's outputs and capabilities | no | - |
Outputs
| name | description |
|---|---|
| environment-data | The Cloudify environment's outputs and capabilties |