Skip to content

Commit 061050d

Browse files
SkipValidations
1 parent 0219170 commit 061050d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/aws/EUID_CloudFormation.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Parameters:
1515
NoEcho: true
1616
SkipValidations:
1717
Description: SkipValidations on starting enclave
18-
Type: boolean
19-
Default: false
18+
Type: String
19+
Default: "false"
2020
DeployToEnvironment:
2121
Description: Environment to deploy to prod/integ
2222
Type: String

scripts/aws/UID_CloudFormation.template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Parameters:
1515
NoEcho: true
1616
SkipValidations:
1717
Description: SkipValidations on starting enclave
18-
Type: boolean
19-
Default: false
18+
Type: String
19+
Default: "false"
2020
DeployToEnvironment:
2121
Description: Environment to deploy to prod/integ
2222
Type: String

0 commit comments

Comments
 (0)