Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Rename env to EC2_INSTANCE_TAG #506

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading