Skip to content

Commit

Permalink
Cleanup lookup order & fix DynamoDB example
Browse files Browse the repository at this point in the history
  • Loading branch information
phobologic committed Aug 26, 2018
1 parent 88b71bc commit d1353b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/lookups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ dictionary::
stacker includes the following lookup types:

- `output lookup`_
- `ami lookup`_
- `custom lookup`_
- `default lookup`_
- `kms lookup`_
- `xref lookup`_
- `rxref lookup`_
- `file lookup`_
- `ssmstore lookup`_
- `dynamodb lookup`_
- `envvar lookup`_
- `ami lookup`_
- `file lookup`_
- `hook_data lookup`_
- `custom lookup`_
- `kms lookup`_
- `rxref lookup`_
- `ssmstore lookup`_
- `xref lookup`_

.. _`output lookup`:

Expand Down Expand Up @@ -372,7 +372,7 @@ For example::
BucketName: ${dynamodb us-east-1:TestTable@TestKey:TestVal.BucketName}

# Which would resolve to:
DBUser: stacker-test-bucket
BucketName: stacker-test-bucket

You can lookup other data types by putting the data type in the lookup. Valid
values are "S"(String), "N"(Number), "M"(Map), "L"(List).
Expand Down

0 comments on commit d1353b3

Please sign in to comment.