We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9838b9 commit fadee10Copy full SHA for fadee10
recipes/res/res_demo_env/assets/bi.yaml
@@ -36,7 +36,8 @@ Parameters:
36
EnvironmentName:
37
Description: (Optional) EnvironmentName must start with "res-"and should be less than or equal to 11 characters. Required to generate certificates.
38
Type: String
39
- AllowedPattern: ^res-[A-Za-z\-\_0-9]{0,7}$
+ AllowedPattern: ^$|^res-[A-Za-z\-\_0-9]{0,7}$
40
+
41
Default: res-demo
42
AdminPassword:
43
Description: Provide the Active Directory Administrator Account Password Directly or Resource ARN to Secret Containing Password.
0 commit comments