Skip to content

Commit 415e3ca

Browse files
committed
reorganize, add scaffold folder
update readmes clean up tf provider add readme and initial templates add initial pass at readmes more readme updates update various quickstarts finish cleaning up 101s more updates lots fo template updates add remaining more updates
1 parent fa82fec commit 415e3ca

File tree

89 files changed

+7503
-1140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+7503
-1140
lines changed

.gitignore

Lines changed: 292 additions & 288 deletions
Large diffs are not rendered by default.

.gitmodules

Lines changed: 104 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +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
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

LICENSE

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
MIT License
2-
3-
Copyright (c) Microsoft Corporation. All rights reserved.
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE
1+
MIT License
2+
3+
Copyright (c) Microsoft Corporation. All rights reserved.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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)
11-
12-
# Contributing
13-
14-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
15-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
16-
the rights to use your contribution. For details, visit https://cla.microsoft.com.
17-
18-
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
19-
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
20-
provided by the bot. You will only need to do this once across all repos using our CLA.
21-
22-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
23-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
24-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
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)
11+
12+
# Contributing
13+
14+
This project welcomes contributions and suggestions. Most contributions require you to agree to a
15+
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
16+
the rights to use your contribution. For details, visit https://cla.microsoft.com.
17+
18+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
19+
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
20+
provided by the bot. You will only need to do this once across all repos using our CLA.
21+
22+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
23+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
24+
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 commit comments

Comments
 (0)