Skip to content

Commit

Permalink
Update cross-az-cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-nimrodgab authored and chkp-eddiek committed Nov 25, 2024
1 parent 3167940 commit 58927db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/templates/cross-az-cluster/cross-az-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Resources:
- Key: x-chkp-member-ips
Value: !Join
- ':'
- - !Join [ '=', [ public-ip, !Ref MemberAPublicAddress ] ]
- - !Join [ '=', [ public-ip, !If [ AllocateAddress, !Ref MemberAPublicAddress, '' ] ] ]
- !Join [ '=', [ external-private-ip, !GetAtt MemberAExternalInterface.PrimaryPrivateIpAddress ] ]
- !Join [ '=', [ internal-private-ip, !GetAtt MemberAInternalInterface.PrimaryPrivateIpAddress ] ]
- Key: x-chkp-cluster-ips
Expand All @@ -619,7 +619,7 @@ Resources:
- Key: x-chkp-member-ips
Value: !Join
- ':'
- - !Join [ '=', [ public-ip, !Ref MemberBPublicAddress ] ]
- - !Join [ '=', [ public-ip, !If [ AllocateAddress, !Ref MemberBPublicAddress, '' ] ] ]
- !Join [ '=', [ external-private-ip, !GetAtt MemberBExternalInterface.PrimaryPrivateIpAddress ] ]
- !Join [ '=', [ internal-private-ip, !GetAtt MemberBInternalInterface.PrimaryPrivateIpAddress ] ]
- Key: x-chkp-cluster-ips
Expand Down

0 comments on commit 58927db

Please sign in to comment.