Skip to content

Commit a70ee4e

Browse files
committed
Made lint happy.
1 parent 04c1195 commit a70ee4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CloudFormation/template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Parameters:
5959
PrimarySubnet:
6060
Description: "The primary subnet."
6161
Type: "AWS::EC2::Subnet::Id"
62-
#
63-
# Unfortunately, has to be set to type String since it is an optional parameter.
62+
#
63+
# Unfortunately, has to be set to type String since it is an optional parameter.
6464
SecondarySubnet:
6565
Description: "The secondary subnet. Only used for Multi AZ deployments."
6666
Type: String
@@ -81,11 +81,11 @@ Parameters:
8181
Default: ""
8282

8383
Conditions:
84-
MultiAZ: !Or [!Equals [!Ref DeploymentType, MULTI_AZ_1 ], !Equals [!Ref DeploymentType, MULTI_AZ_2 ]]
84+
MultiAZ: !Or [!Equals [!Ref DeploymentType, MULTI_AZ_1 ], !Equals [!Ref DeploymentType, MULTI_AZ_2 ]]
8585

8686
ScaleOut: !Equals [!Ref DeploymentType, SINGLE_AZ_2]
8787

88-
IpRange: !Not [!Equals [!Ref EndpointIpAddressRange, ""]]
88+
IpRange: !Not [!Equals [!Ref EndpointIpAddressRange, ""]]
8989

9090
Resources:
9191
FileSystemMAZ:

0 commit comments

Comments
 (0)