dbt-labs / terraform-provider-dbtcloud

dbt Cloud Terraform Provider
https://registry.terraform.io/providers/dbt-labs/dbtcloud
MIT License
82 stars 19 forks source link

Fix/changes to environment #115

Closed b-per closed 1 year ago

b-per commented 1 year ago

Fixes #114

I have not added a new test to catch the issue that I am fixing but I have just updated the test to work now that versions of dbt less than 1.0 have been deprecated in dbt Cloud.

Running tool: /opt/homebrew/bin/go test -timeout 30s -run ^TestAccDbtCloudEnvironmentResource$ github.com/gthesheep/terraform-provider-dbt-cloud/pkg/resources -v

=== RUN   TestAccDbtCloudEnvironmentResource
--- PASS: TestAccDbtCloudEnvironmentResource (14.18s)
PASS
ok      github.com/gthesheep/terraform-provider-dbt-cloud/pkg/resources 14.563s

> Test run finished at 3/9/2023, 7:34:04 PM <