Skip to content

Commit e34c6bd

Browse files
committed
whitespace
1 parent d1b6a26 commit e34c6bd

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.ebextensions/efs-filesystem.template

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
1-
###############################################################################
2-
## Find your default VPC in the console, and fill in the VPC ID and subnet IDs
3-
## below. If you have more or less than three AZs and subnets in your region,
4-
## adjust the number of Subnet Option and Mount Target Resource entries to
5-
## match.
6-
###############################################################################
7-
81
Parameters:
9-
EFSFileSystemName:
2+
EFSFileSystemName:
103
Type: String
114
Description: "The name of the file system"
125
Default: "EB-EFS-FileSystem"
13-
PerformanceMode:
6+
PerformanceMode:
147
Type: String
158
Description: "The performance mode: *generalPurpose* or *maxIO*"
169
Default: "generalPurpose"
@@ -74,7 +67,7 @@ Resources:
7467
GroupDescription: Security group for mount target
7568
VpcId: {Ref: VPCId}
7669

77-
MountTargetSecurityGroupIngress:
70+
MountTargetSecurityGroupIngress:
7871
Type: AWS::EC2::SecurityGroupIngress
7972
Properties:
8073
GroupId:

0 commit comments

Comments
 (0)