Introduction to IaC
HCL and Resources
Terraform State
Modules and Environments
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- HCL syntax: blocks, arguments, expressions
- Providers: configuring the AWS provider, version constraints
- Resources: defining infrastructure objects
- Input variables: types, defaults, validation
- Outputs: exposing values for reference or other modules
- Local values: intermediate computed values
- Resource dependencies: implicit (reference) vs explicit (
depends_on)
- Naming and tagging conventions in Terraform
- Practice: define a VPC with subnets using variables and outputs
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.