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"
vpc_nested_template_url
string
VPC nested template URL URL to the CloudFormation nested template for VPC resources✅ Required"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 infrastructure✅ Required"https://s3.amazonaws.com/bucket/runner-template.yaml"
type
string
stack type Type of infrastructure stack. Supported values: ‘aws-cloudformation’, ‘azure-bicep’ (Azure), ‘gcp-terraform’ (Google Cloud).Optional"aws-cloudformation", "azure-bicep", "gcp-terraform"
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-