Skip to content

Commit

Permalink
Merge pull request #506 from jongwooo/rename-env-to-ec2-instance-tag
Browse files Browse the repository at this point in the history
Rename env to EC2_INSTANCE_TAG
  • Loading branch information
Jonsy13 authored Aug 14, 2024
2 parents 2405b0e + e586448 commit f5cb798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ec2-terminate-by-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ subjects:
<th> Notes </th>
</tr>
<tr>
<td> INSTANCE_TAG </td>
<td> EC2_INSTANCE_TAG </td>
<td> Instance Tag to filter the target ec2 instance.</td>
<td> Optional </td>
<td> The <code>INSTANCE_TAG</code> should be provided as <code>key:value</code> ex: <code>team:devops</code></td>
<td> The <code>EC2_INSTANCE_TAG</code> should be provided as <code>key:value</code> ex: <code>team:devops</code></td>
</tr>
<tr>
<td> TOTAL_CHAOS_DURATION </td>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f5cb798

Please sign in to comment.