About Developing Infrastructure Components Using Terraform
Use Terraform to deploy, change, and remove your resources in the cloud efficiently.
Create Infrastructure Components Using Terraform
After you set the variables in terraform.tfvars file, use the Terraform CLI to deploy the resources defined in the Terraform configuration.
Modify the Topology
To modify the topology, you must update the resource definitions in the appropriate Terraform configurations, and then apply the revised configuration. Identifying the resource definitions that need to be modified requires a thorough understanding of the example code, specifically the Terraform modules referenced in each directory and the inter-module dependencies.