Reorders `skip_...` parameters

pull/33534/head
Graham Davison 3 years ago
parent c3f4f9cedd
commit 29e14d148b

@ -130,15 +130,15 @@ func (b *Backend) ConfigSchema() *configschema.Block {
Optional: true,
Description: "Skip the credentials validation via STS API.",
},
"skip_region_validation": {
"skip_metadata_api_check": {
Type: cty.Bool,
Optional: true,
Description: "Skip static validation of region name.",
Description: "Skip the AWS Metadata API check.",
},
"skip_metadata_api_check": {
"skip_region_validation": {
Type: cty.Bool,
Optional: true,
Description: "Skip the AWS Metadata API check.",
Description: "Skip static validation of region name.",
},
"sse_customer_key": {
Type: cty.String,

Loading…
Cancel
Save