Skip to content

Commit d5b9799

Browse files
authored
Merge pull request microsoft#25 from Azure/contrib
Merging Contrib branch to master
2 parents 1a74307 + 3d6183d commit d5b9799

38 files changed

+416
-0
lines changed

.gitmodules

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
[submodule "provider/terraform-provider-azurerm"]
2+
path = provider/terraform-provider-azurerm
3+
url = git@github.com:terraform-providers/terraform-provider-azurerm.git
4+
branch = master
5+
[submodule "module/terraform-azurerm-compute"]
6+
path = module/terraform-azurerm-compute
7+
url = git@github.com:Azure/terraform-azurerm-compute.git
8+
branch = master
9+
[submodule "module/terraform-azurerm-network"]
10+
path = module/terraform-azurerm-network
11+
url = git@github.com:Azure/terraform-azurerm-network.git
12+
branch = master
13+
[submodule "module/terraform-azurerm-database"]
14+
path = module/terraform-azurerm-database
15+
url = git@github.com:Azure/terraform-azurerm-database.git
16+
branch = master
17+
[submodule "module/terraform-azurerm-loadbalancer"]
18+
path = module/terraform-azurerm-loadbalancer
19+
url = git@github.com:Azure/terraform-azurerm-loadbalancer.git
20+
branch = master
21+
[submodule "module/terraform-azurerm-computegroup"]
22+
path = module/terraform-azurerm-computegroup
23+
url = git@github.com:Azure/terraform-azurerm-computegroup.git
24+
branch = master
25+
[submodule "module/terraform-azurerm-network-security-group"]
26+
path = module/terraform-azurerm-network-security-group
27+
url = git@github.com:Azure/terraform-azurerm-network-security-group.git
28+
branch = master
29+
[submodule "module/terraform-azurerm-manageddisk"]
30+
path = module/terraform-azurerm-manageddisk
31+
url = git@github.com:Azure/terraform-azurerm-manageddisk.git
32+
branch = master
33+
[submodule "module/terraform-azurerm-vm"]
34+
path = module/terraform-azurerm-vm
35+
url = git@github.com:Azure/terraform-azurerm-vm.git
36+
branch = master
37+
[submodule "module/terraform-azurerm-vmss-cloudinit"]
38+
path = module/terraform-azurerm-vmss-cloudinit
39+
url = git@github.com:Azure/terraform-azurerm-vmss-cloudinit.git
40+
branch = master
41+
[submodule "module/terraform-azurerm-vnet"]
42+
path = module/terraform-azurerm-vnet
43+
url = git@github.com:Azure/terraform-azurerm-vnet.git
44+
branch = master
45+
[submodule "module/terraform-azurerm-encryptedmanageddisk"]
46+
path = module/terraform-azurerm-encryptedmanageddisk
47+
url = git@github.com:Azure/terraform-azurerm-encryptedmanageddisk.git
48+
branch = master
49+
[submodule "module/terraform-azurerm-diskencrypt"]
50+
path = module/terraform-azurerm-diskencrypt
51+
url = git@github.com:Azure/terraform-azurerm-diskencrypt.git
52+
branch = master
53+
[submodule "module/terraform-azurerm-postgresql"]
54+
path = module/terraform-azurerm-postgresql
55+
url = git@github.com:Azure/terraform-azurerm-postgresql.git
56+
branch = master
57+
[submodule "module/terraform-azurerm-storage-account"]
58+
path = module/terraform-azurerm-storage-account
59+
url = git@github.com:Azure/terraform-azurerm-storage-account.git
60+
branch = master
61+
[submodule "module/terraform-azurerm-routetable"]
62+
path = module/terraform-azurerm-routetable
63+
url = git@github.com:Azure/terraform-azurerm-routetable.git
64+
branch = master
65+
[submodule "module/terraform-azurerm-search-service"]
66+
path = module/terraform-azurerm-search-service
67+
url = git@github.com:Azure/terraform-azurerm-search-service.git
68+
branch = master
69+
[submodule "module/terraform-azurerm-vnetpeering"]
70+
path = module/terraform-azurerm-vnetpeering
71+
url = git@github.com:Azure/terraform-azurerm-vnetpeering.git
72+
branch = master
73+
[submodule "module/terraform-azurerm-aks"]
74+
path = module/terraform-azurerm-aks
75+
url = git@github.com:Azure/terraform-azurerm-aks.git
76+
branch = master
77+
[submodule "module/terraform-azurerm-consul"]
78+
path = module/terraform-azurerm-consul
79+
url = git@github.com:Azure/terraform-azurerm-consul.git
80+
branch = master
81+
[submodule "module/terraform-azurerm-aci"]
82+
path = module/terraform-azurerm-aci
83+
url = git@github.com:Azure/terraform-azurerm-aci.git
84+
branch = master
85+
[submodule "module/terraform-azurerm-disk-snapshot"]
86+
path = module/terraform-azurerm-disk-snapshot
87+
url = git@github.com:Azure/terraform-azurerm-disk-snapshot.git
88+
branch = master
89+
[submodule "module/terraform-azurerm-resource-group"]
90+
path = module/terraform-azurerm-resource-group
91+
url = git@github.com:Azure/terraform-azurerm-resource-group.git
92+
branch = master
93+
[submodule "module/terraform-azurerm-vm-extension-msi"]
94+
path = module/terraform-azurerm-vm-extension-msi
95+
url = git@github.com:Azure/terraform-azurerm-vm-extension-msi.git
96+
branch = master
97+
[submodule "module/terraform-azurerm-application-security-group"]
98+
path = module/terraform-azurerm-application-security-group
99+
url = git@github.com:Azure/terraform-azurerm-application-security-group.git
100+
branch = master
101+
[submodule "module/terraform-azurerm-module-test-jenkins"]
102+
path = module/terraform-azurerm-module-test-jenkins
103+
url = git@github.com:Azure/terraform-azurerm-module-test-jenkins.git
104+
branch = master

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Contributing
2+
This project welcomes contributions and suggestions.
3+
4+
## Modules
5+
Module summary
6+
[Module contribution guide](./module/CONTRIBUTE.md)
7+
8+
## Providers
9+
Provider summary
10+
[Provider contribution guide](./provider/CONTRIBUTE.md)
111

212
# Contributing
313

module/CONTRIBUTE.md

Whitespace-only changes.

module/README.md

Whitespace-only changes.

module/terraform-azurerm-aci

Submodule terraform-azurerm-aci added at 7778d5a

module/terraform-azurerm-aks

Submodule terraform-azurerm-aks added at 3c05c77

module/terraform-azurerm-compute

module/terraform-azurerm-consul

0 commit comments

Comments
 (0)