Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 19, 2024
1 parent cf7897a commit e849d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/hosted-zone/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ Outputs:
Two: { Value: !Ref StagNlbHostnameUSWEST2 }
Three: { Value: !Ref ProdNlbHostnameUSEAST1 }
Four: { Value: !Ref ProdNlbHostnameUSWEST2 }
Five: { Value: !Ref ProdHealthCheckIdsTargetingUSWEST2 }
Five: { Value: !Join ["", !Ref ProdHealthCheckIdsTargetingUSWEST2] }

0 comments on commit e849d8c

Please sign in to comment.