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

Release 0.3.3 - Add `dbtcloud_group_partial_permissions` #254

Closed b-per closed 2 months ago

b-per commented 2 months ago

Changes

Fixes #250

[Experimental] Create a new resource called dbtcloud_group_partial_permissions to manage permissions of a single group from different resources which can be set across different Terraform projects/workspaces.

The dbt Cloud API doesn't provide endpoints for adding/removing single permissions, so the logic in the provider is more complex than other resources. If the resource works as expected for the provider users we could create similar ones for "partial" notifications and "partial" license mappings.

b-per commented 2 months ago

CI passed 🚀