cloudformation-stack

cloudposse/cloudformation-stack/aws

Terraform Module HCL AWS

Terraform module to provision CloudFormation Stack

Install
module "cloudformation-stack" {
source = "cloudposse/cloudformation-stack/aws"
version = "0.7.1"
}
⭐ Source on GitHub 📦 Registry page
README

terraform-aws-cloudformation-stack ![Latest Release](https://github.com/cloudposse/terraform-aws-cloudformation-stack/releases/latest) ![Slack Community](https://slack.cloudposse.com) [![README Header][readme_header_img]][readme_header_link] [![Cloud Posse][logo]](https://cpco.io/homepage) Terraform module to provision CloudFormation Stack. --- This project is part of our comprehensive "SweetOps" approach towards DevOps. [ ][share_email] [ ][share_googleplus] [ ][share_facebook] [ ][share_reddit] [ ][share_linkedin] [ ][share_twitter] ![Terraform Open Source Modules][terraform_modules] It's 100% Open Source and licensed under the APACHE2. We literally have [hundreds of terraform modules][terraform_modules] that are Open Source and well-maintained. Check them out! Security & Compliance Secu

Inputs (24)
NameTypeDescriptionDefault
label_value_casestringControls the letter case of ID elements (labels) as included in `id`, set as tag required
namespacestringID element. Usually an abbreviation of your organization name, e.g. 'eg' or 'cp' required
environmentstringID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'st required
regex_replace_charsstringTerraform regular expression (regex) string. Characters matching the regex will required
label_key_casestringControls the letter case of the `tags` keys (label names) for tags generated by required
label_orderlist(string)The order in which the labels (ID elements) appear in the `id`. Defaults to ["na required
template_urlstringAmazon S3 bucket URL location of a file containing the CloudFormation template b required
namestringID element. Usually the component or solution name, e.g. 'app' or 'jenkins'. Thi required
id_length_limitnumberLimit `id` to this many characters (minimum 6). Set to `0` for unlimited length. required
enabledboolSet to false to prevent the module from creating any resources required
tenantstringID element _(Rarely used, not included by default)_. A customer identifier, indi required
stagestringID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'bu required
delimiterstringDelimiter to be used between ID elements. Defaults to `-` (hyphen). Set to `""` required
descriptor_formatsanyDescribe additional descriptors to be output in the `descriptors` output map. Ma{}
timeout_in_minutesnumberThe amount of time that can pass before the stack status becomes `CREATE_FAILED`30
attributeslist(string)ID element. Additional attributes (e.g. `workers` or `cluster`) to add to `id`, []
contextanySingle object for setting entire context at once. See description of individual { "additional_tag_map": {}, "attribu
tagsmap(string)Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`). Neither the tag keys nor the t{}
on_failurestringAction to be taken if stack creation fails. This must be one of: `DO_NOTHING`, `"ROLLBACK"
capabilitieslist(string)A list of capabilities. Valid values: CAPABILITY_IAM, CAPABILITY_NAMED_IAM, CAPA[]
policy_bodystringStructure containing the stack policy body""
additional_tag_mapmap(string)Additional key-value pairs to add to each map in `tags_as_list_of_maps`. Not add{}
parametersmap(string)Key-value map of input parameters for the Stack Set template. (_e.g._ map("Busin{}
labels_as_tagsset(string)Set of labels (ID elements) to include as tags in the `tags` output. Default is [ "default" ]
Outputs (3)
name — Name of the CloudFormation Stack
id — ID of the CloudFormation Stack
outputs — Outputs of the CloudFormation Stack
Resources (1)
aws_cloudformation_stack
Details
FrameworkTerraform Module
LanguageHCL
Version0.7.1
Cloud AWS
★ Stars45
Forks22
Total downloads60.3k
Inputs24
Outputs3
Resources1
Examples1
LicenseApache-2.0
Namespacecloudposse
Updated