You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ConstraintDescription": "Passwords must be at least 7 characters long and include at least one number and one upper case letter.",
83
+
"Description": "Set the Console password for Github Enterprise (Passwords must be at least 7 characters long and include at least one number and one upper case letter)",
"ConstraintDescription": "Passwords must be at least 7 characters long and include at least one number and one upper case letter.",
95
+
"Description": "Set the Console password for Github Enterprise (Passwords must be at least 7 characters long and include at least one number and one upper case letter)",
96
+
"MinLength": "7",
97
+
"NoEcho": "True",
98
+
"Type": "String"
99
+
},
100
+
"InitialOrganization": {
101
+
"Description": "The initial organization to hold the GitHub Enterprise repository",
102
+
"Type": "String"
103
+
},
104
+
"InitialRepository": {
105
+
"Description": "The initial repository to create",
106
+
"Type": "String"
107
+
},
108
+
"InstanceType": {
109
+
"AllowedValues": [
110
+
"m3.xlarge",
111
+
"m3.2xlarge",
112
+
"m4.xlarge",
113
+
"m4.2xlarge",
114
+
"c3.2xlarge",
115
+
"c3.4xlarge",
116
+
"c3.8xlarge",
117
+
"c4.2xlarge",
118
+
"c4.4xlarge",
119
+
"c4.8xlarge",
120
+
"r3.large",
121
+
"r3.xlarge",
122
+
"r3.2xlarge",
123
+
"r3.4xlarge",
124
+
"r3.8xlarge"
125
+
],
126
+
"ConstraintDescription": "must be a valid EC2 instance type for GitHub Enterprise: m3.xlarge, m3.2xlarge, m4.xlarge, m4.2xlarge, c3.2xlarge, c3.4xlarge, c3.8xlarge, c4.2xlarge, c4.4xlarge, c4.8xlarge, r3.large, r3.xlarge, r3.xlarge, r3.2xlarge, r3.4xlarge, or r3.8xlarge.",
"ConstraintDescription": "Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
134
+
"Default": "quickstart-reference",
135
+
"Description": "S3 bucket name for the Quick Start assets. Quick Start bucket name can include numbers, lowercase letters, uppercase letters, and hyphens (-). It cannot start or end with a hyphen (-).",
"ConstraintDescription": "Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/). It cannot start or end with forward slash (/) because they are automatically appended.",
141
+
"Default": "github/enterprise/latest/scripts",
142
+
"Description": "S3 key prefix for the Quick Start assets. Quick Start key prefix can include numbers, lowercase letters, uppercase letters, hyphens (-), and forward slash (/). It cannot start or end with forward slash (/) because they are automatically appended.",
143
+
"Type": "String"
144
+
},
145
+
"GHELicense": {
146
+
"Description": "GitHub Enterprise License file that is uploaded to the License S3 bucket. Sign up for a trial license here: https://enterprise.github.com/trial",
147
+
"Type": "String"
148
+
},
149
+
"LicenseLocation": {
150
+
"Description": "Name of S3 bucket containing GitHub Enterprise license",
0 commit comments