Skip to content

Commit 09fc81f

Browse files
calebdoxseywasaga
andauthored
Update internal/provider/route_model.go
Co-authored-by: Denis Mishin <[email protected]>
1 parent 3b4948f commit 09fc81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/route_model.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type RouteModel struct {
2525
HostRewriteHeader types.String `tfsdk:"host_rewrite_header"`
2626
ID types.String `tfsdk:"id"`
2727
IdleTimeout timetypes.GoDuration `tfsdk:"idle_timeout"`
28-
IDPAccessTokenAllowedAudiences types.List `tfsdk:"idp_access_token_allowed_audiences"`
28+
IDPAccessTokenAllowedAudiences types.Set `tfsdk:"idp_access_token_allowed_audiences"`
2929
IDPClientID types.String `tfsdk:"idp_client_id"`
3030
IDPClientSecret types.String `tfsdk:"idp_client_secret"`
3131
JWTGroupsFilter types.Object `tfsdk:"jwt_groups_filter"`

0 commit comments

Comments
 (0)