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

Commit f5cb798

Browse files
authored
Merge pull request #506 from jongwooo/rename-env-to-ec2-instance-tag
Rename env to EC2_INSTANCE_TAG
2 parents 2405b0e + e586448 commit f5cb798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ec2-terminate-by-tag.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ subjects:
152152
<th> Notes </th>
153153
</tr>
154154
<tr>
155-
<td> INSTANCE_TAG </td>
155+
<td> EC2_INSTANCE_TAG </td>
156156
<td> Instance Tag to filter the target ec2 instance.</td>
157157
<td> Optional </td>
158-
<td> The <code>INSTANCE_TAG</code> should be provided as <code>key:value</code> ex: <code>team:devops</code></td>
158+
<td> The <code>EC2_INSTANCE_TAG</code> should be provided as <code>key:value</code> ex: <code>team:devops</code></td>
159159
</tr>
160160
<tr>
161161
<td> TOTAL_CHAOS_DURATION </td>
@@ -235,7 +235,7 @@ spec:
235235
236236
# Instance Tag of the target ec2 instances
237237
# ex: team:devops (key:value)
238-
- name: INSTANCE_TAG
238+
- name: EC2_INSTANCE_TAG
239239
value: ''
240240
241241
# provide the region name of the instance

0 commit comments

Comments
 (0)