From efc6e0fd2b729134c53ec40a0b694354163c6549 Mon Sep 17 00:00:00 2001 From: Tarun Menon Date: Mon, 22 Jul 2024 14:19:10 +1000 Subject: [PATCH] add ebs ez param --- fargate-v2.cfhighlander.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/fargate-v2.cfhighlander.rb b/fargate-v2.cfhighlander.rb index ec5ba9e..b9a9de0 100644 --- a/fargate-v2.cfhighlander.rb +++ b/fargate-v2.cfhighlander.rb @@ -46,6 +46,7 @@ #Pass the all the config from the parent component to the inlined component Component template: 'git:https://github.com/theonestack/hl-component-ecs-task#feature/ebs-support.snapshot', name: "#{component_name.gsub('-','').gsub('_','')}Task", render: Inline, config: @config do parameter name: 'DnsDomain', value: Ref('DnsDomain') + parameter name: 'EbsAZ', value: Ref('EbsAZ') end unless service_namespace.nil?