Skip to content

Commit 773507b

Browse files
committed
Make InboundSshSecurityGroupId output conditional on its creation
1 parent 6d667de commit 773507b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/pcs/getting_started/assets/pcs-cluster-sg.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,6 @@ Outputs:
8888
Description: Supports communication between PCS controller, compute nodes, and login nodes
8989
Value: !Ref ClusterSecurityGroup
9090
InboundSshSecurityGroupId:
91+
Condition: CreateSshSecGroup
9192
Description: Enables SSH access to login nodes
9293
Value: !Ref InboundSshSecurityGroup

0 commit comments

Comments
 (0)