-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathALZ-Powershell.config.json
More file actions
44 lines (44 loc) · 1.72 KB
/
ALZ-Powershell.config.json
File metadata and controls
44 lines (44 loc) · 1.72 KB
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
{
"bootstrap_modules": {
"alz_azuredevops": {
"location": "alz/azuredevops",
"short_name": "Azure DevOps: Azure Landing Zones",
"description": "Azure Landing Zones with Azure DevOps",
"starter_modules": "alz"
},
"alz_github": {
"location": "alz/github",
"short_name": "GitHub: Azure Landing Zones",
"description": "Azure Landing Zones with GitHub",
"starter_modules": "alz"
},
"alz_local": {
"location": "alz/local",
"short_name": "Local: Azure Landing Zones",
"description": "Azure Landing Zones for local file system",
"starter_modules": "alz"
}
},
"starter_modules": {
"alz": {
"terraform": {
"url": "https://github.com/Azure/alz-terraform-accelerator",
"release_artifact_name": "starter_modules.zip",
"release_artifact_root_path": ".",
"release_artifact_config_file": ".config/ALZ-Powershell.config.json"
},
"bicep": {
"url": "https://github.com/Azure/alz-bicep-accelerator",
"release_artifact_name": "starter_modules.zip",
"release_artifact_root_path": ".",
"release_artifact_config_file": ".config/ALZ-Powershell.config.json"
},
"bicep-classic": {
"url": "https://github.com/Azure/ALZ-Bicep",
"release_artifact_name": "accelerator.zip",
"release_artifact_root_path": ".",
"release_artifact_config_file": "accelerator/.config/ALZ-Powershell-Auto.config.json"
}
}
}
}