Skip to content

Commit

Permalink
route53: Prevent identifier from always being scrubbed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrebanov authored and tremble committed Sep 29, 2021
1 parent 3fbca8f commit e038cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ def main():
'TTL': ttl_in,
'ResourceRecords': [dict(Value=value) for value in value_in],
'HealthCheckId': health_check_in,
'SetIdentifier': identifier_in,
})

if alias_in:
Expand Down

0 comments on commit e038cb3

Please sign in to comment.