Deploying Resources Using Terraform
Learn how to define, preview, and deploy cloud infrastructure using Terraform.
Understanding the Terraform workflow
When we want to employ Terraform to deploy resources, we need to take a sequence of steps. After we’ve prepared our configuration files, the major workflow is as follows:
- Initialize a working directory
- Verify the execution plan
- Apply the execution plan
- Destroy existing infrastructure
Get hands-on with 1400+ tech skills courses.