Ntier aws
- Lets create two variables
- public_subnets
- private_subnets
- Refer Here for the changes done
What happens when i change values during next execution
- A change of any argument value can lead to 2 things
- replace: delete and recreate

- update inplace: changes happen in existing resources, generally means no downtime.

- replace: delete and recreate
- meta argument: create_before_destroy
Azure ntier
Azure Terraform connection
- Install azure cli
- Execute command
az login - Refer Here for starter template.
