forked from Azure-Terraform/example-naming-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.json
222 lines (222 loc) · 6.4 KB
/
custom.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
{
"market": {
"category": "Custom",
"entity": "market",
"scope": "global",
"maxlength": "2",
"rule": "az",
"allowed_values": {
"us": "United States",
"uk": "United Kingdom",
"in": "India",
"br": "Brazil",
"cn": "China",
"ph": "Philippines"
}
},
"businessUnit": {
"category": "Custom",
"entity": "businessUnit",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"backoffice": "Back Office",
"commercial": "Commercial",
"government": "Government",
"hr": "Human Resources",
"infra": "Infrastructure",
"security": "Security"
}
},
"environment": {
"category": "Custom",
"entity": "environment",
"scope": "global",
"maxlength": "7",
"rule": "az",
"allowed_values": {
"sandbox": "Sandbox",
"dev": "Development",
"qa": "Quality Assurance",
"uat": "User Acceptance Testing",
"prod": "Production"
}
},
"onPrem": {
"category": "Custom",
"entity": "onPrem",
"scope": "global",
"maxlength": "16",
"rule": "az",
"allowed_values": {
"denver": "Denver, CO",
"nyc": "New York, NY",
"seattle": "Seattle, WA"
}
},
"azureRegion": {
"category": "Custom",
"entity": "azureRegion",
"scope": "global",
"maxlength": "20",
"rule": "az",
"allowed_values": {
"eastasia": "East Asia",
"southeastasia": "Southeast Asia",
"centralus": "Central US",
"eastus": "East US",
"eastus2": "East US 2",
"westus": "West US",
"northcentralus": "North Central US",
"southcentralus": "South Central US",
"northeurope": "North Europe",
"westeurope": "West Europe",
"japanwest": "Japan West",
"japaneast": "Japan East",
"brazilsouth": "Brazil South",
"australiaeast": "Australia East",
"australiasoutheast": "Australia Southeast",
"southindia": "South India",
"centralindia": "Central India",
"westindia": "West India",
"canadacentral": "Canada Central",
"canadaeast": "Canada East",
"uksouth": "UK South",
"ukwest": "UK West",
"westcentralus": "West Central US",
"westus2": "West US 2",
"koreacentral": "Korea Central",
"koreasouth": "Korea South",
"francecentral": "France Central",
"francesouth": "France South",
"australiacentral": "Australia Central",
"australiacentral2": "Australia Central 2",
"uaecentral": "UAE Central",
"uaenorth": "UAE North",
"southafricanorth": "South Africa North",
"southafricawest": "South Africa West",
"switzerlandnorth": "Switzerland North",
"switzerlandwest": "Switzerland West",
"germanynorth": "Germany North",
"germanywestcentral": "Germany West Central",
"norwaywest": "Norway West",
"norwayeast": "Norway East",
"brazilsoutheast": "Brazil Southeast",
"usgovvirginia": "US Government Virginia",
"usgoviowa": "US Government Iowa",
"usdodeast": "US DoD East",
"usdodcentral": "US DoD Central",
"usgovtexas": "US Government Texas",
"usgovarizona": "US Government Arizona"
}
},
"subscriptionType": {
"category": "Custom",
"entity": "subscriptionType",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"dev": "Development",
"nonprod": "Non-Production",
"production": "Production"
}
},
"resourceGroupType": {
"category": "Custom",
"entity": "resourceGroupType",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"shared": "Shared Services",
"app": "Application"
}
},
"subnetType": {
"category": "Custom",
"entity": "subnetType",
"scope": "global",
"maxlength": "24",
"rule": "A-Z",
"allowed_values": {
"azure-appgateway": "Application Gateway",
"azure-vpngateway": "VPN Gateway",
"azure-firewall": "Azure Firewall",
"azure-rediscache": "Redis Cache",
"azure-sqldatabase": "Azure SQL Database",
"azure-containers": "Azure Container Instance",
"azure-apimanagement": "API Management",
"azure-appservice": "App Service Environment",
"azure-logicapps": "Azure Logic Apps",
"azure-dedicatedhsm": "Azure Dedicated HSM",
"azure-netappfiles": "Azure Netapp Files",
"iaas-public": "IaaS Public",
"iaas-outbound": "IaaS Outbound",
"iaas-private": "IaaS Private",
"AzureBastionSubnet": "Azure Bastion Service"
}
},
"virtualNetGwType": {
"category": "Custom",
"entity": "virtualNetworkGatewayType",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"expressroute": "Express Route Connection",
"vpn": "Virtual Private Network"
}
},
"productGroup": {
"category": "Custom",
"entity": "productGroup",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"contoso": "Contoso",
"infosec": "Information Security",
"networks": "Core Networking",
"devops": "DevOps"
}
},
"applicationName": {
"category": "Custom",
"entity": "applicationName",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"contoso": "Contoso",
"k8s": "Kubernetes",
"ssh": "Secure Shell",
"docker": "Docker"
}
},
"serviceName": {
"category": "Custom",
"entity": "serviceName",
"scope": "global",
"maxlength": "12",
"rule": "az",
"allowed_values": {
"apache": "Apache Webserver",
"cassandra": "Cassandra",
"es": "Elasticsearch",
"mono": "Monolith",
"oracle": "Oracle"
}
},
"productName": {
"category": "Custom",
"entity": "productName",
"scope": "global",
"maxlength": "16",
"rule": "az",
"allowed_values": {
"devops": "DevOps"
}
}
}