mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixes type of parameter skip_credentials_validation
This commit is contained in:
parent
344e9de6b9
commit
8564a5bf0e
@ -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.",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user