Fixes type of parameter skip_credentials_validation

This commit is contained in:
Graham Davison 2023-07-24 17:36:51 -07:00
parent 344e9de6b9
commit 8564a5bf0e

View File

@ -126,7 +126,7 @@ func (b *Backend) ConfigSchema() *configschema.Block {
Description: "MFA token",
},
"skip_credentials_validation": {
Type: cty.String,
Type: cty.Bool,
Optional: true,
Description: "Skip the credentials validation via STS API.",
},