Try the new capabilities in Terraform 0.13. Use count and for each with modules, log into Terraform Cloud with the CLI, and use a third-party provider with the new provider source syntax.
Manage similar Terraform resources using the count argument. Create a VPC with a load balancer and EC2 instances. Then use...
Provision similar infrastructure components by iterating over a data structure with the for_each argument. Duplicate an entire...
Log into Terraform Cloud or Enterprise with the Terraform CLI to migrate state, trigger remote runs, and interact with...
Create an implicit dependency between an EC2 instance and its Elastic IP using variable interpolation. Create explicit...
Learn how Terraform providers interact with resources by serving as a bridge between Terraform and target APIs.