Skip to content

Commit 8269f8d

Browse files
bwagner5FernandoMiguel
andauthoredSep 13, 2022
docs: Fix AMI Tag Example (#2499)
Co-authored-by: Fernando Miguel <168366+FernandoMiguel@users.noreply.github.com>
1 parent cf6bb79 commit 8269f8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎website/content/en/preview/AWS/provisioning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Select AMIs by name:
276276
Select AMIs by an arbitrary AWS tag key/value pair:
277277
```
278278
amiSelector:
279-
MySubnetTag: value
279+
MyAMITag: value
280280
```
281281
282282
Specify AMIs explicitly by ID:

‎website/content/en/v0.16.1/AWS/provisioning.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Select AMIs by name:
276276
Select AMIs by an arbitrary AWS tag key/value pair:
277277
```
278278
amiSelector:
279-
MySubnetTag: value
279+
MyAMITag: value
280280
```
281281
282282
Specify AMIs explicitly by ID:

0 commit comments

Comments
 (0)
Please sign in to comment.