replace Id with ID

Co-authored-by: Steven E. Harris <seh@panix.com>
This commit is contained in:
pg2000 2022-06-27 20:55:47 +02:00 committed by GitHub
parent 3c5b1f96d3
commit d327ff7f6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,7 +228,7 @@ var defaultConfig = &Config{
AWSZoneType: "",
AWSZoneTagFilter: []string{},
AWSAssumeRole: "",
AWSAssumeRoleExternalId: "",
AWSAssumeRoleExternalID: "",
AWSBatchChangeSize: 1000,
AWSBatchChangeInterval: time.Second,
AWSEvaluateTargetHealth: true,