Skip to content

Commit f3051a9

Browse files
Tf in ci cd job (#520)
* Add jobs to run tf * Update dbt version in gh action
1 parent 03ae615 commit f3051a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Fixes
2+
body: Fixed dbt version in gh action
3+
time: 2025-08-28T13:29:03.703205+03:00

testing/cicd/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
dbtcloud = {
44
source = "dbt-labs/dbtcloud"
5-
version = ">= 0.2.0"
5+
version = ">= 1.2.0"
66
}
77
}
88
}
@@ -38,7 +38,7 @@ resource "dbtcloud_project" "test_project" {
3838
resource "dbtcloud_environment" "test_environment" {
3939
project_id = dbtcloud_project.test_project.id
4040
name = "Test Environment"
41-
dbt_version = "1.7.0"
41+
dbt_version = "latest-fusion"
4242
type = "development"
4343
}
4444

0 commit comments

Comments
 (0)