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

Typesafe substitution using parametrized reference? #318

Closed
costimuraru opened this issue May 8, 2015 · 2 comments
Closed

Typesafe substitution using parametrized reference? #318

costimuraru opened this issue May 8, 2015 · 2 comments

Comments

@costimuraru
Copy link

Is it possible to achieve something like this:

region : 2

regions {
    1 : us-east-1
    2 : eu-west-1
    3 : sa-east-1
}

# Desired outcome is `name : eu-west-1` (depending on the region value)
name : ${regions.${region}}
@havocp
Copy link
Collaborator

havocp commented May 8, 2015

Not right now, but see #122 for relevant discussion

@costimuraru
Copy link
Author

Thanks, @havocp. I also see that this issue is a duplicate of #134. Therefore, you can close this one and I'll keep an eye on the other one.

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

No branches or pull requests

2 participants