Skip to content

Environments

Environments are used to differentiate between Production and non Production deployments of resources. The environments are used and validated in many parts of Dune to enforce separation of environments and to prevent deployment of non production resources in production areas and vice versa.

For example: A user is only allowed to deploy a Test deployment to a resource provider which allows Test resources. When he chooses a template for the deployment it must also be allowed for the environment Test and so on.

Available Environments:

Name Description Treatment
Lab Lab Non Production
Poc Proof of concept Non Production
Dev Development Non Production
Test Test Non Production
Int Integration Non Production
Uat User acceptance testing Non Production
Prod Production Production