Reorders skip_... parameters

This commit is contained in:
Graham Davison 2023-07-05 17:33:36 -07:00
parent c3f4f9cedd
commit 29e14d148b

View File

@ -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,