Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Install

Properties

PropertyDescriptionValuesExample
name
string
name of the install Unique identifier for this install configuration✅ Required"production", "staging", "customer-acme"
approval_option
string
approval option for the install Controls how deployments are approved. Options: ‘approve-all’ (automatic approval) or ‘prompt’ (requires confirmation)Optional"approve-all", "prompt"
labels
object
-Optional-
aws_account
AWSAccount
AWS account configuration AWS-specific settings for this install, including region and other account detailsOptional-
gcp_account
GCPAccount
GCP account configuration GCP-specific settings for this install, including project ID and regionOptional-
inputs
array
input values Array of input groups with key-value pairs for customer inputs provided during installationOptional-
stack_overrides
InstallStackOverrides
Stack template overrides Per-install overrides for the app-level stack template configuration. Overrides take precedence over app-level defaults.Optional-

aws_account

PropertyDescriptionValuesExample
region
string
AWS region AWS region where the infrastructure will be deployed✅ Required"us-east-1", "us-west-2", "eu-west-1"

gcp_account

PropertyDescriptionValuesExample
project_id
string
GCP project ID GCP project where the infrastructure will be deployedOptional"my-gcp-project"
region
string
GCP region GCP region where the infrastructure will be deployedOptional"us-central1", "europe-west1"

stack_overrides

PropertyDescriptionValuesExample
vpc_nested_template_url
string
VPC nested template URL override Per-install override for the VPC nested CloudFormation template URL. Overrides the app-level default from stack.toml.Optional"https://nuon-artifacts.s3.us-west-2.amazonaws.com/templates/custom-vpc.yaml"
runner_nested_template_url
string
Runner nested template URL override Per-install override for the runner nested CloudFormation template URL. Overrides the app-level default from stack.toml.Optional"https://nuon-artifacts.s3.us-west-2.amazonaws.com/templates/custom-runner.yaml"
custom_nested_stacks
object
Custom nested stack overrides Per-install overrides for custom nested CloudFormation stacks. Entries with the same name as app-level stacks replace them; new names are appended.Optional-