Skip to content

Commit 85e5cc4

Browse files
committed
Add README and remove deprecated files
1 parent 33250c1 commit 85e5cc4

File tree

8 files changed

+17
-124
lines changed

8 files changed

+17
-124
lines changed

azure/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# tf-library
2+
A terraform library to provide common modules for key functions, such as jumpboxes, servers, 3 tier networks and more.
3+
4+
At the current release, modules are supported for:
5+
6+
* 3 tier network (jumpbox, master and worker subnets)
7+
* A linux server acting as a jumpbox with a network interface, public IP and ssh rule
8+
* A linux server with a network interface and randomly assigned password
9+
10+
## Cloud Provider Support
11+
As of the current release:
12+
13+
| Module | Azure | GCP | AWS |
14+
| -------- | ----- | --- | --- |
15+
| 3 tier network | yes | no | no |
16+
| linux jumpbox | yes | no | no |
17+
| linux server | yes | no | no |

azure/old-linux-jumpbox/README.md

Whitespace-only changes.

azure/old-linux-jumpbox/nsg-rule.tf

Lines changed: 0 additions & 21 deletions
This file was deleted.

azure/old-linux-jumpbox/outputs.tf

Lines changed: 0 additions & 31 deletions
This file was deleted.

azure/old-linux-jumpbox/pip.tf

Lines changed: 0 additions & 15 deletions
This file was deleted.

azure/old-linux-jumpbox/public-ip.tf

Lines changed: 0 additions & 9 deletions
This file was deleted.

azure/old-linux-jumpbox/server.tf

Lines changed: 0 additions & 22 deletions
This file was deleted.

azure/old-linux-jumpbox/variables.tf

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)