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" |
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 | - |
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 | ✅ Required | "my-gcp-project" |
regionstring | GCP region GCP region where the infrastructure will be deployed | ✅ Required | "us-central1", "europe-west1" |