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:
- What is Terraform state — tracking what Terraform manages
- Local state vs remote state
- Why remote state matters: collaboration, locking, security
- Setting up an S3 backend for state storage
- State locking with DynamoDB
terraform state commands: list, show, rm (for recovery, not daily use)
- Dangers: never edit state manually, never lose state
- Practice: move local state to an S3 backend
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.