Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 19, 2024
1 parent 44ef017 commit c7086fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/hosted-zone/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ Resources:
# Statistic: Minimum
# Threshold: 1
# TreatMissingData: breaching

Outputs:
One: { Value: !Ref StagNlbHostnameUSEAST1 }
Two: { Value: !Ref StagNlbHostnameUSWEST2 }
Three: { Value: !Ref ProdNlbHostnameUSEAST1 }
Four: { Value: !Ref ProdNlbHostnameUSWEST2 }

0 comments on commit c7086fa

Please sign in to comment.