Skip to main content

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"
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-

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