Skip to content

Commit

Permalink
fix: Update app_redirect_uri resource's default value
Browse files Browse the repository at this point in the history
  • Loading branch information
uanid committed Nov 10, 2023
1 parent a079824 commit 898376d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/apps/app_redirect_uris.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ func appRedirectUris() *schema.Resource {
},

"tolerance_override": {
Description: "If some urls are already exist in target application, It may occur resource ownership conflict. If you want ignore this error, enable `tolerance_override` to true",
Description: "If some urls are already exist in target application, It may occur resource ownership conflict. If you want ignore this error, enable `tolerance_override` to true (Default: true)",
Type: schema.TypeBool,
Optional: true,
Default: false,
Default: true,
},

"retry_count": {
Expand Down

0 comments on commit 898376d

Please sign in to comment.