File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ dictionary::
5858stacker includes the following lookup types:
5959
6060 - `output lookup `_
61+ - `ami lookup `_
62+ - `custom lookup `_
6163 - `default lookup `_
62- - `kms lookup `_
63- - `xref lookup `_
64- - `rxref lookup `_
65- - `file lookup `_
66- - `ssmstore lookup `_
6764 - `dynamodb lookup `_
6865 - `envvar lookup `_
69- - `ami lookup `_
66+ - `file lookup `_
7067 - `hook_data lookup `_
71- - `custom lookup `_
68+ - `kms lookup `_
69+ - `rxref lookup `_
70+ - `ssmstore lookup `_
71+ - `xref lookup `_
7272
7373.. _`output lookup` :
7474
@@ -372,7 +372,7 @@ For example::
372372 BucketName: ${dynamodb us-east-1:TestTable@TestKey:TestVal.BucketName}
373373
374374 # Which would resolve to:
375- DBUser : stacker-test-bucket
375+ BucketName : stacker-test-bucket
376376
377377You can lookup other data types by putting the data type in the lookup. Valid
378378values are "S"(String), "N"(Number), "M"(Map), "L"(List).
You can’t perform that action at this time.
0 commit comments