Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machv/tf-poc
https://github.com/machv/tf-poc
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/machv/tf-poc
- Owner: machv
- Created: 2022-10-31T14:45:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T12:15:26.000Z (about 2 years ago)
- Last Synced: 2024-11-07T23:41:11.430Z (2 months ago)
- Language: HCL
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform deployment
Deployment can be configured (e.g. number of VMs of each tier) via `terraform.tfvars` file.
What would be deployed:
- One virtual network with three subnets
- `db` for MSSQL servers
- `web` for IIS servers
- `pc` for process controller servers
- DB Subnet with NSG blocking outbound connectivity to the Internet
- Bastion as a jump host
- DB VMs are MSSQL enabled (SQL Server 2017 with PAYG Enterprise license)
- WEB VMs are with IIS installed
- Windows Server version 2016 (Full Desktop)
- Size of VMs are set to Standard_B2ms (can be changed in `terraform.tfvars`)Disk parameters for MSSQL servers are in `vms.tf` file in variable `data_disks` of module resource `vm_db`.