Skip to content

Commit

Permalink
Show one example of pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed May 30, 2024
1 parent b25da3e commit d95f5db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "dbtcloud_environment" "ci_environment" {
// we can also set a deployment environment as being the production one
resource "dbtcloud_environment" "prod_environment" {
dbt_version = "versionless"
dbt_version = "1.7.0-latest"
name = "Prod"
project_id = dbtcloud_project.dbt_project.id
type = "deployment"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/dbtcloud_environment/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "dbtcloud_environment" "ci_environment" {

// we can also set a deployment environment as being the production one
resource "dbtcloud_environment" "prod_environment" {
dbt_version = "versionless"
dbt_version = "1.7.0-latest"
name = "Prod"
project_id = dbtcloud_project.dbt_project.id
type = "deployment"
Expand Down

0 comments on commit d95f5db

Please sign in to comment.