mirror of
https://github.com/RogerSik/aws-target-group-cleanup.git
synced 2024-11-24 00:30:28 +01:00
Add region to summary message
This commit is contained in:
parent
b6f22f58f8
commit
fe139f13a5
@ -79,7 +79,7 @@ def main(argv):
|
|||||||
else:
|
else:
|
||||||
print("DRYRUN,no deletion took place")
|
print("DRYRUN,no deletion took place")
|
||||||
|
|
||||||
print "Complete. Removed " + str(groups_removed_count) + " orphaned target groups with prefix " + prefix
|
print "Complete. Removed " + str(groups_removed_count) + " orphaned target groups with prefix " + prefix + " in " + str(args.region)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main(sys.argv[1:])
|
main(sys.argv[1:])
|
||||||
|
Loading…
Reference in New Issue
Block a user