Skip to main content

Stack

Properties

PropertyDescriptionValuesExample
name
string
stack name Name of the CloudFormation stack when deployed in the customer account. Supports Go templating✅ Required"myapp-{{.nuon.install.id}}", "production-stack"
description
string
stack description Description of the stack, displayed in the CloudFormation console. Supports templating✅ Required"Infrastructure stack for MyApp application"
type
string
stack type Type of infrastructure stack. Currently only ‘aws-cloudformation’ is supportedOptional"aws-cloudformation"
vpc_nested_template_url
string
VPC nested template URL URL to the CloudFormation nested template for VPC resourcesOptional"https://s3.amazonaws.com/bucket/vpc-template.yaml"
runner_nested_template_url
string
runner nested template URL URL to the CloudFormation nested template for the Nuon runner infrastructureOptional"https://s3.amazonaws.com/bucket/runner-template.yaml"
custom_nested_stacks
object
custom nested stacks Custom CloudFormation nested stack templates to include. Each entry has a name, template_url, index, and optional parameters. The index field determines execution order (ascend…Optional-