diff --git a/website/snippets/_cloud-environments-info.md b/website/snippets/_cloud-environments-info.md index fcb3d86d8f0..cc153cf38a8 100644 --- a/website/snippets/_cloud-environments-info.md +++ b/website/snippets/_cloud-environments-info.md @@ -25,11 +25,12 @@ Both development and deployment environments have a section called **General Set | Setting | Example Value | Definition | Accepted Values | | --- | --- | --- | --- | -| Name | Production | The environment name | Any string! | -| Environment Type | Deployment | The type of environment | [Deployment, Development] | -| dbt Version | 1.4 (latest) | The dbt version used | Any dbt version in the dropdown | -| Default to Custom Branch | ☑️ | Determines whether to use a branch other than the repository’s default | See below | -| Custom Branch | dev | Custom Branch name | See below | +| Environment name | Production | The environment name | Any string! | +| Environment type | Deployment | The type of environment | Deployment, Development| +| Set deployment type | PROD | Designates the deployment environment type. | Production, Staging, General | +| dbt version | Latest | dbt Cloud automatically upgrades the dbt version running in this environment, based on the [release track](/docs/dbt-versions/cloud-release-tracks) you select. | Lastest, Compatible, Extended | +| Only run on a custom branch | ☑️ | Determines whether to use a branch other than the repository’s default | See below | +| Custom branch | dev | Custom Branch name | See below | :::note About dbt version