How do I configure my app to install on multiple clouds?

Last updated: January 28, 2026

QUESTION

How do I configure my app to install on multiple clouds?

ANSWER

The cloud is defined in the sandbox so you would define an app for each cloud.

In the app configuration, you specify the sandbox in the sandbox.toml

# sandbox

terraform_version = "1.11.3"

[public_repo]
directory = "."
repo      = "nuonco/aws-eks-sandbox"
branch    = "main"

Nuon provides AWS and Azure sandboxes in our GitHub nuonco.

DOCS