Commit 731f8ea4 by Kevin Falcone

The docs/function name refer to the wrong tag name

parent 34f42397
...@@ -157,7 +157,7 @@ class LifecycleHandler: ...@@ -157,7 +157,7 @@ class LifecycleHandler:
def verify_ok_to_retire(self, instance_id): def verify_ok_to_retire(self, instance_id):
""" """
Ensure that the ok_to_retire tag has been added to the instance in question Ensure that the safe_to_retire tag has been added to the instance in question
with the value 'true' with the value 'true'
""" """
instance = self.get_ec2_instance_by_id(instance_id) instance = self.get_ec2_instance_by_id(instance_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment