From e586448aa800508ebf4acdf9e451fcec7a04e19f Mon Sep 17 00:00:00 2001 From: Jongwoo Han Date: Wed, 7 Aug 2024 15:50:26 +0900 Subject: [PATCH] Rename env to EC2_INSTANCE_TAG Signed-off-by: Jongwoo Han --- docs/ec2-terminate-by-tag.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ec2-terminate-by-tag.md b/docs/ec2-terminate-by-tag.md index b63c589a..c2568154 100644 --- a/docs/ec2-terminate-by-tag.md +++ b/docs/ec2-terminate-by-tag.md @@ -152,10 +152,10 @@ subjects: Notes - INSTANCE_TAG + EC2_INSTANCE_TAG Instance Tag to filter the target ec2 instance. Optional - The INSTANCE_TAG should be provided as key:value ex: team:devops + The EC2_INSTANCE_TAG should be provided as key:value ex: team:devops TOTAL_CHAOS_DURATION @@ -235,7 +235,7 @@ spec: # Instance Tag of the target ec2 instances # ex: team:devops (key:value) - - name: INSTANCE_TAG + - name: EC2_INSTANCE_TAG value: '' # provide the region name of the instance