Skip to content

Corrected a typo Encrypted is written as Encrpyted #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions templates/aws-refarch-wordpress-master-newvpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Metadata:
default: File System Tier
Parameters:
- EfsPerformanceMode
- EfsEncrpytedBoolean
- EfsEncryptedBoolean
- EfsCmk
- EfsGrowth
- EfsGrowthInstanceType
Expand All @@ -64,7 +64,7 @@ Metadata:
default: Database Tier
Parameters:
- DatabaseInstanceType
- DatabaseEncrpytedBoolean
- DatabaseEncryptedBoolean
- DatabaseCmk
- DatabaseMasterUsername
- DatabaseMasterPassword
Expand Down Expand Up @@ -100,7 +100,7 @@ Metadata:
default: CloudFront Certificate ARN
DatabaseCmk:
default: AWS KMS CMK for RDS
DatabaseEncrpytedBoolean:
DatabaseEncryptedBoolean:
default: Encrypted DB Cluster
DatabaseInstanceType:
default: DB Instance Class
Expand All @@ -116,7 +116,7 @@ Metadata:
default: AWS KMS CMK for EFS
EfsCreateAlarms:
default: Create EFS alarms
EfsEncrpytedBoolean:
EfsEncryptedBoolean:
default: Encrpyted EFS?
EfsGrowth:
default: Add dummy data (GiB)
Expand Down Expand Up @@ -317,7 +317,7 @@ Parameters:
DatabaseCmk:
Description: AWS KMS Customer Master Key (CMK) to encrypt database cluster
Type: String
DatabaseEncrpytedBoolean:
DatabaseEncryptedBoolean:
AllowedValues:
- true
- false
Expand Down Expand Up @@ -457,7 +457,7 @@ Parameters:
Default: t2.nano
Description: The Amazon EC2 instance type that dynamically adjusts alarm thresholds based on permitted throughput changes.
Type: String
EfsEncrpytedBoolean:
EfsEncryptedBoolean:
AllowedValues:
- true
- false
Expand Down Expand Up @@ -1053,7 +1053,7 @@ Resources:
Properties:
Parameters:
EncrpytedBoolean:
!Ref EfsEncrpytedBoolean
!Ref EfsEncryptedBoolean
Cmk:
!Ref EfsCmk
EC2KeyName:
Expand Down Expand Up @@ -1194,7 +1194,7 @@ Resources:
DatabaseName:
!Ref DatabaseName
DatabaseEncrpytedBoolean:
!Ref DatabaseEncrpytedBoolean
!Ref DatabaseEncryptedBoolean
DatabaseCmk:
!Ref DatabaseCmk
DatabaseSecurityGroup:
Expand Down