Skip to content

Commit fadee10

Browse files
author
Ravi Pranjal
committed
Allow empty environment name
1 parent c9838b9 commit fadee10

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)