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

Replaces .project_id with .id to identify the project id value #160

Closed Amphagory closed 11 months ago

Amphagory commented 12 months ago

Updating documentation to reflect what project id identifier should be.

An error popped with when I plan the resource dbtcloud_snowflake_credential following its documentation as follows:

│ Error: Unsupported attribute │ │ on credentials.tf line 2, in resource "dbtcloud_snowflake_credential" "test": │ 2: project_id = dbtcloud_project.test.project_id

Looking at the dbtcloud_project documentation, it should be just id

b-per commented 11 months ago

Thanks! I will get it merged shortly!