Skip to content

Commit

Permalink
fixup! feat(role-jaas): in this pr we add support for jaas's roles in…
Browse files Browse the repository at this point in the history
… the terraform provider
  • Loading branch information
SimoneDutto committed Dec 16, 2024
1 parent 073f978 commit c460ae3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/provider/resource_access_jaas_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ type jaasAccessModelResourceGroup struct {
ServiceAccounts types.Set `tfsdk:"service_accounts"`
Groups types.Set `tfsdk:"groups"`
Roles types.Set `tfsdk:"roles"`

Access types.String `tfsdk:"access"`
Access types.String `tfsdk:"access"`

// ID required for imports
ID types.String `tfsdk:"id"`
Expand Down

0 comments on commit c460ae3

Please sign in to comment.