We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9424275 + 5fc4b25 commit 444b72dCopy full SHA for 444b72d
fargate-v2.cfhighlander.rb
@@ -45,7 +45,7 @@
45
end
46
47
#Pass the all the config from the parent component to the inlined component
48
- Component template: '[email protected].11', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
+ Component template: '[email protected].12', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do
49
parameter name: 'DnsDomain', value: Ref('DnsDomain')
50
51
additional_parameters.each do |parameter_name|
0 commit comments