Skip to content

Commit

Permalink
x_bypass_external_validation_header description
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleymccollam committed Nov 10, 2023
1 parent 52ada77 commit cfc3fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func (p *pingfederateProvider) Schema(_ context.Context, _ provider.SchemaReques
Optional: true,
},
"x_bypass_external_validation_header": schema.BoolAttribute{
Description: "Header value in request for PingFederate. The connection test will be bypassed when set to true. Default value is false.",
Description: "Header value in request for PingFederate. The connection test will be bypassed when set to true. Default value can be set with the `PINGFEDERATE_PROVIDER_X_BYPASS_EXTERNAL_VALIDATION_HEADER` environment variable.",
Optional: true,
},
},
Expand Down

0 comments on commit cfc3fbb

Please sign in to comment.