Skip to content

Commit

Permalink
Merge pull request #23 from permitio/raz/per-8699-bug-in-tf-provider-…
Browse files Browse the repository at this point in the history
…role-derivation-wrong-input

update role derivation
  • Loading branch information
RazcoDev committed Jan 4, 2024
2 parents 96c135a + d2419e9 commit 9c6378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/role_derivations/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (c *apiClient) Create(ctx context.Context, plan roleDerivationModel) (roleD
createdGrant, err := c.client.Api.ImplicitGrants.Create(
ctx,
plan.Resource.ValueString(),
plan.Role.ValueString(),
plan.ToRole.ValueString(),
derivedRuleCreate,
)

Expand Down

0 comments on commit 9c6378f

Please sign in to comment.