Terraform with Azure Contd..
- Lets create virtual machines in azure
- Refer Here for the resource documentation.
- We need to have the following to create vm
- subnet
- nsg
- nic
- So lets try to create nic Refer Here for the documentation
- For creating public ip, Refer Here
- Refer Here for the changeset containing all the info for creating the vm
- Note: please refer to class room video for manual steps
- Next Steps:
- Installing sofwares in vm’s based on existing automation
- Making multiple users work with terraform configuration
- creating multiple environments with the same terraform configuration
- taint’s etc