मुफ़्तCloud & Infrastructure
Terraform
Stop clicking through the AWS console and start provisioning it in code: write your first Terraform resources, deploy a real AWS dev environment, then organize a modular, multi-environment infrastructure you can plan, apply, and destroy on demand.
Learn HCL syntax and provision your first real AWS resources with Terraform.
- What Infrastructure as Code solves
- How Terraform's plan, apply, and destroy workflow works
- Why Terraform tracks resources in a state file
- Writing your first Terraform configuration files
- Creating, modifying, and deleting AWS resources
- Referencing one resource's attributes from another
- Using Terraform state commands
- Working with variables and outputs