Create a resource group in Azure to hold all of the resources you'll be creating:
- Virtual Network
- Virtual Machines
- Don't use 172.* IPs. I used 10.3.0.0/24
| variable: | |
| region: "southeastasia" | |
| ucp_password: | |
| type: prompt | |
| provider: | |
| azurerm: | |
| region: ${region} | |
| cluster: |