Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunderl committed Apr 30, 2018
1 parent d1b6a26 commit e34c6bd
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .ebextensions/efs-filesystem.template
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
###############################################################################
## Find your default VPC in the console, and fill in the VPC ID and subnet IDs
## below. If you have more or less than three AZs and subnets in your region,
## adjust the number of Subnet Option and Mount Target Resource entries to
## match.
###############################################################################

Parameters:
EFSFileSystemName:
EFSFileSystemName:
Type: String
Description: "The name of the file system"
Default: "EB-EFS-FileSystem"
PerformanceMode:
PerformanceMode:
Type: String
Description: "The performance mode: *generalPurpose* or *maxIO*"
Default: "generalPurpose"
Expand Down Expand Up @@ -74,7 +67,7 @@ Resources:
GroupDescription: Security group for mount target
VpcId: {Ref: VPCId}

MountTargetSecurityGroupIngress:
MountTargetSecurityGroupIngress:
Type: AWS::EC2::SecurityGroupIngress
Properties:
GroupId:
Expand Down

0 comments on commit e34c6bd

Please sign in to comment.