Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require explicit lookup name #310

Merged
merged 1 commit into from
Feb 14, 2017
Merged

Require explicit lookup name #310

merged 1 commit into from
Feb 14, 2017

Conversation

phobologic
Copy link
Member

This removes the old functionality where if a lookup was called, but no
lookup handler was given, it would default to using output. IE:

SomeVariable: ${vpc::PublicSubnets}

must now explicitly call to the output lookup handler:

SomeVariable: ${output vpc::PublicSubnets}

Fixes #298

This removes the old functionality where if a lookup was called, but no
lookup handler was given, it would default to using `output`.  IE:

```
SomeVariable: ${vpc::PublicSubnets}
```

must now explicitly call to the output lookup handler:

```
SomeVariable: ${output vpc::PublicSubnets}
```

Fixes #298
@phobologic phobologic merged commit 3d4a08c into release-1.0 Feb 14, 2017
@phobologic phobologic deleted the fix_298 branch February 14, 2017 22:44
phrohdoh pushed a commit to phrohdoh/stacker that referenced this pull request Dec 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant