When do I reprovision a customer install's sandbox?

Last updated: February 4, 2026

QUESTION

When do I reprovision a customer install's sandbox?

ANSWER

You need to reprovision a customer install's sandbox when you change anything in the sandbox.toml

  • Variables including templated from inputs e.g.., Kubernetes version

  • The git repository or branch of the sandbox

Sandboxes are written in Terraform so if there a sandbox.tfvars in your app and you've changed any of its values, the sandbox needs to be reprovisioned.

Reprovision sandbox is a menu item in the Manage drop-down in the Sandbox section of your install in the dashboard.

DOCS