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

Ruby constants autowiring not working #152

Open
toshke opened this issue May 10, 2020 · 0 comments
Open

Ruby constants autowiring not working #152

toshke opened this issue May 10, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@toshke
Copy link
Member

toshke commented May 10, 2020

If two components, say A , and B have following defined

A - has an output defined as

# a.cfndsl.rb
Output(:InstanceId) { Value(Ref(:Instance)) } 

B - has an input defined as

# b.cfhighlander.rb
Parameters { ComponentParam :InstanceId,'', type: 'String } 

If C defines both A and B, output-input auto-wiring does not work. However if :InstanceId is replaced with 'InstanceId' this works.

@toshke toshke added the bug Something isn't working label May 10, 2020
@toshke toshke self-assigned this May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant