Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 22, 2024
1 parent 5c09c4e commit b484d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vpc-v2.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,9 @@
NetworkAclId Ref("NetworkAcl#{cfg['type'].capitalize}")
}

Output("#{cfg['name']}SubnetAZ") {
FnGetAtt(subnet_name_az, :AvailabilityZone)
Export FnSub("${EnvironmentName}-#{external_parameters[:component_name]}-#{cfg['name']}SubnetsAZ")
Output("#{cfg['name']}#{az}Subnet-AZ") {
Value(FnGetAtt(subnet_name_az, :AvailabilityZone))
Export FnSub("${EnvironmentName}-#{external_parameters[:component_name]}-#{cfg['name']}Subnet#{az}-AZ")
}

end
Expand Down

0 comments on commit b484d27

Please sign in to comment.