Azure Terraform
Budget: ₹600 – ₹1,500 INR
TASK1- Existing Infra
Can provision infra through portal
Resource Group : net-rg,app-rg,web-rg,db-rg
Vnet : vnet1 (net-rg)
Subnet : app-subnet,web-subnet,db-subnet (net-rg)
Tag : project=test (assign this tag to all resources using policy)
TASK2-Terraform
Create terraform script for provisioning below resources in existing infra. Code should be reusable i.e if we want to add more app, web or db vms should be possible without changing code
NOTE- TASK1 is done
Can provision infra through portal
Resource Group : net-rg,app-rg,web-rg,db-rg
Vnet : vnet1 (net-rg)
Subnet : app-subnet,web-subnet,db-subnet (net-rg)
Tag : project=test (assign this tag to all resources using policy)
TASK2-Terraform
Create terraform script for provisioning below resources in existing infra. Code should be reusable i.e if we want to add more app, web or db vms should be possible without changing code
NOTE- TASK1 is done