cloudify-cosmo/Create CloudFormation Environment

Creates a CloudFormation environment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 5, 2022
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cloudify-cosmo/cloudformation-action@1fd8c9b1ac216c91ab1fdee6f29bf59c2316121b # v1.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
environment-nameName of Cloudify environment to createyes
labelsA 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-nameCloudFormation's stack nameyes
template-filePath to the file containing the templateno-
bucket-nameName of S3 bucket to get the template from; if specified, then `resource_name` must also be specified no-
resource-nameName of file, within the bucket specified by `bucket_name`, containing the template to be used no-
template-urlURL of CloudFormation templateno-
parameters-fileYAML/JSON file containing template parametersno-
outputs-filePath to JSON file to receive the Cloudify environment's outputs and capabilities no-
namedescription
environment-dataThe Cloudify environment's outputs and capabilties