dbt-labs / terraform-provider-dbtcloud

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

Feature/add user groups resource #174

Closed b-per closed 11 months ago

b-per commented 11 months ago

Closes #161

Groups assignments to Users is quite different from other resources though as it is very likely that people will assign roles outside of Terraform (either via group mapping or manually).

To prevent errors, currently a destroy of a dbtcloud_user_groups won't remove the groups. This is highlighted in the docs and could change in the future based on people's feedback.