Skip to content

Commit 722dba7

Browse files
author
Ravi Pranjal
committed
Merge branch 'resEnvFix' into 'develop'
Allow empty environment name See merge request mwvaughn/aws-hpc-recipes!111
2 parents c9838b9 + fadee10 commit 722dba7

File tree

1 file changed

+2
-1
lines changed
  • recipes/res/res_demo_env/assets

1 file changed

+2
-1
lines changed

recipes/res/res_demo_env/assets/bi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Parameters:
3636
EnvironmentName:
3737
Description: (Optional) EnvironmentName must start with "res-"and should be less than or equal to 11 characters. Required to generate certificates.
3838
Type: String
39-
AllowedPattern: ^res-[A-Za-z\-\_0-9]{0,7}$
39+
AllowedPattern: ^$|^res-[A-Za-z\-\_0-9]{0,7}$
40+
4041
Default: res-demo
4142
AdminPassword:
4243
Description: Provide the Active Directory Administrator Account Password Directly or Resource ARN to Secret Containing Password.

0 commit comments

Comments
 (0)