Terraform contd
Creating a ntier network in AWS
-
Overview
-
Refer Here for the changes to creat vpc
- Refer Here for the changes to add web subnet
-
Refer Here for the changes to add business and data subnets
- To be fixed: We need to ensure our template takes vpc cidr ranges as input (parameters/variables) and dynamically creates multiple subnets in any aws region.
- Refer Here for the changes done to create the same network in Azure

Conceptual
- Refer Here for the provider syntax.
- Refer Here for terraform settings in terraform block
- Refer Here for version constraints
- Refer Here for resource syntax
- Refer Here for terraform data types
- Accessing attribute syntax
<resource_type>.<logicalid>.<attribute-name>
