Terraform
Activity 4:
-
Create the network with a vm in a subnet with nginx installed in azure
-
Steps:
- Create a resource group
- create a vnet with subnets
- create a network security group
- create a public ip address
- create a vm with a network interface associated with nsg and public ip
- configure a provisioner to install script
- Refer Here for the changes done
