Skip to content

Commit

Permalink
Update guide and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Feb 26, 2024
1 parent b2952ca commit 3fdaefc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.2.20...HEAD)
## [Unreleased](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.2.21...HEAD)

## [0.2.21](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.2.20...v0.2.21)

## Changes

- Flag `fetch_deploy_key` as deprecated for `dbtcloud_repository`. The key is always fetched for the genetic git clone approach

## Documentations

- Add info about `versionless` dbt environment (Private Beta)
- [#235](https://github.com/dbt-labs/terraform-provider-dbtcloud/issues/235) Fix docs on the examples for Fabric credentials

## [0.2.20](https://github.com/dbt-labs/terraform-provider-dbtcloud/compare/v0.2.19...v0.2.20)

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/1_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ terraform {
required_providers {
dbtcloud = {
source = "dbt-labs/dbtcloud"
version = "0.2.2"
version = "0.2.20"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion guides/1_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ terraform {
required_providers {
dbtcloud = {
source = "dbt-labs/dbtcloud"
version = "0.2.2"
version = "0.2.20"
}
}
}
Expand Down

0 comments on commit 3fdaefc

Please sign in to comment.