replace Id with ID

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

View File

@ -158,7 +158,7 @@ var (
AWSZoneType: "private",
AWSZoneTagFilter: []string{"tag=foo"},
AWSAssumeRole: "some-other-role",
AWSAssumeRoleExternalId: "pg2000",
AWSAssumeRoleExternalID: "pg2000",
AWSBatchChangeSize: 100,
AWSBatchChangeInterval: time.Second * 2,
AWSEvaluateTargetHealth: false,