We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe2a75 commit 6e8b83aCopy full SHA for 6e8b83a
4 files changed
examples/basic/main.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
dbtcloud = {
6
source = "dbt-labs/dbtcloud"
7
- version = "~> 0.3"
+ version = "~> 1.3"
8
}
9
10
providers.tf
@@ -3,7 +3,7 @@ terraform {
3
test/fixtures/basic/main.tf
@@ -2,7 +2,7 @@ terraform {
2
test/fixtures/complete/main.tf
0 commit comments