Skip to main content

Stack

Properties

PropertyTypeRequiredDescriptionDefaultExample
typestringNostack type Type of infrastructure stack. Currently only ‘aws-cloudformation’ is supported-"aws-cloudformation"
namestring✅ Yesstack name Name of the CloudFormation stack when deployed in the customer account. Supports Go templating-"myapp-{{.nuon.install.id}}"
descriptionstring✅ Yesstack description Description of the stack, displayed in the CloudFormation console. Supports templating-"Infrastructure stack for MyApp application"
vpc_nested_template_urlstringNoVPC nested template URL URL to the CloudFormation nested template for VPC resources-"https://s3.amazonaws.com/bucket/vpc-template.yaml"
runner_nested_template_urlstringNorunner nested template URL URL to the CloudFormation nested template for the Nuon runner infrastructure-"https://s3.amazonaws.com/bucket/runner-template.yaml"

Property Details

name

Examples:
"myapp-{{.nuon.install.id}}"
"production-stack"