Skip to content

Commit

Permalink
WIRE-837 - Support for managing role bindings (#429)
Browse files Browse the repository at this point in the history
* WIRE-837 - Support for managing role bindings

* WIRE-837 - More tests

* WIRE-837 - Rebuild SDK
  • Loading branch information
oskarwojciski authored Dec 9, 2024
1 parent 1cd3c96 commit 06db8de
Show file tree
Hide file tree
Showing 5 changed files with 1,198 additions and 0 deletions.
1 change: 1 addition & 0 deletions castai/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func Provider(version string) *schema.Provider {
"castai_sso_connection": resourceSSOConnection(),
"castai_workload_scaling_policy": resourceWorkloadScalingPolicy(),
"castai_organization_group": resourceOrganizationGroup(),
"castai_role_bindings": resourceRoleBindings(),
},

DataSourcesMap: map[string]*schema.Resource{
Expand Down
Loading

0 comments on commit 06db8de

Please sign in to comment.