Skip to content

Commit

Permalink
fix: typo in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
roleyfoley committed Dec 19, 2023
1 parent d2bd67e commit e995220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/components/ecs/setup.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
[#local sourceSecurityGroupIds += [ linkResources["sg"].Id ] ]
[#elseif linkCore.Type == LB_BACKEND_COMPONENT_TYPE]
[#local sourceSecurityGroupIds += [ linkResources["targetGroupSG"].Id ] ]
[#endif]
[/#if]
[#break]
[#case "network" ]
[#local sourceIPAddressGroups = linkConfiguration.IPAddressGroups + [ "_localnet" ] ]
Expand Down

0 comments on commit e995220

Please sign in to comment.