Skip to content

Commit

Permalink
Force Cloudflare Access Application to be recreated if SaaS app auth_…
Browse files Browse the repository at this point in the history
…type is changed.
  • Loading branch information
F21 committed May 28, 2024
1 parent eeae5a8 commit 3421377
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func resourceCloudflareAccessApplicationSchema() map[string]*schema.Schema {
Optional: true,
ValidateFunc: validation.StringInSlice([]string{"oidc", "saml"}, false),
Description: "",
ForceNew: true,
},
"public_key": {
Type: schema.TypeString,
Expand Down

0 comments on commit 3421377

Please sign in to comment.