Skip to content

Commit

Permalink
Merge pull request #2188 from okta/OKTA-857039
Browse files Browse the repository at this point in the history
remove force new as this is a breaking behavior
  • Loading branch information
duytiennguyen-okta authored Jan 24, 2025
2 parents da67ca9 + 690795f commit 4d678b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions okta/resource_okta_app_signon_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/booldefault"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/boolplanmodifier"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
"github.com/hashicorp/terraform-plugin-framework/resource/schema/stringplanmodifier"
"github.com/hashicorp/terraform-plugin-framework/types"
Expand Down Expand Up @@ -78,9 +77,6 @@ default/system access policy.`,
Optional: true,
Computed: true,
Default: booldefault.StaticBool(true),
PlanModifiers: []planmodifier.Bool{
boolplanmodifier.RequiresReplace(),
},
},
"default_rule_id": schema.StringAttribute{
Description: "Default rules id of the policy",
Expand Down

0 comments on commit 4d678b1

Please sign in to comment.