replace Id with ID

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

View File

@ -196,7 +196,7 @@ func main() {
BatchChangeInterval: cfg.AWSBatchChangeInterval,
EvaluateTargetHealth: cfg.AWSEvaluateTargetHealth,
AssumeRole: cfg.AWSAssumeRole,
AssumeRoleExternalId: cfg.AWSAssumeRoleExternalId,
AssumeRoleExternalID: cfg.AWSAssumeRoleExternalID,
APIRetries: cfg.AWSAPIRetries,
PreferCNAME: cfg.AWSPreferCNAME,
DryRun: cfg.DryRun,