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
| Property | Description | Values | Example |
|---|---|---|---|
namestring | name of the install Unique identifier for this install configuration | ✅ Required | "production", "staging", "customer-acme" |
approval_optionstring | approval option for the install Controls how deployments are approved. Options: ‘approve-all’ (automatic approval) or ‘prompt’ (requires confirmation) | Optional | "approve-all", "prompt" |
labelsobject | - | Optional | - |
aws_accountAWSAccount | AWS account configuration AWS-specific settings for this install, including region and other account details | Optional | - |
gcp_accountGCPAccount | GCP account configuration GCP-specific settings for this install, including project ID and region | Optional | - |
inputsarray | input values Array of input groups with key-value pairs for customer inputs provided during installation | Optional | - |
stack_overridesInstallStackOverrides | Stack template overrides Per-install overrides for the app-level stack template configuration. Overrides take precedence over app-level defaults. | Optional | - |
aws_account
| Property | Description | Values | Example |
|---|---|---|---|
regionstring | AWS region AWS region where the infrastructure will be deployed | ✅ Required | "us-east-1", "us-west-2", "eu-west-1" |
gcp_account
| Property | Description | Values | Example |
|---|---|---|---|
project_idstring | GCP project ID GCP project where the infrastructure will be deployed | Optional | "my-gcp-project" |
regionstring | GCP region GCP region where the infrastructure will be deployed | Optional | "us-central1", "europe-west1" |
stack_overrides
| Property | Description | Values | Example |
|---|---|---|---|
vpc_nested_template_urlstring | 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_urlstring | 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_stacksobject | 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 | - |