mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Reorders skip_...
parameters
This commit is contained in:
parent
c3f4f9cedd
commit
29e14d148b
@ -130,16 +130,16 @@ func (b *Backend) ConfigSchema() *configschema.Block {
|
||||
Optional: true,
|
||||
Description: "Skip the credentials validation via STS API.",
|
||||
},
|
||||
"skip_region_validation": {
|
||||
Type: cty.Bool,
|
||||
Optional: true,
|
||||
Description: "Skip static validation of region name.",
|
||||
},
|
||||
"skip_metadata_api_check": {
|
||||
Type: cty.Bool,
|
||||
Optional: true,
|
||||
Description: "Skip the AWS Metadata API check.",
|
||||
},
|
||||
"skip_region_validation": {
|
||||
Type: cty.Bool,
|
||||
Optional: true,
|
||||
Description: "Skip static validation of region name.",
|
||||
},
|
||||
"sse_customer_key": {
|
||||
Type: cty.String,
|
||||
Optional: true,
|
||||
|
Loading…
Reference in New Issue
Block a user