Skip to content

Ruby constants autowiring not working #152

@toshke

Description

@toshke

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions