1. DynamoDB table with S3 backend is for…
- Storing Docker images
- State locking so two applies do not clash
- User passwords
- ALB logs only
Source: doonops-curriculum/remote-state--remote-state-datasource.md
Doonops lesson
Read another project's outputs — VPC team → App team.
Network team publishes vpc_id. App team imports it like phone number from directory.
Network team publishes vpc_id. App team imports it like phone number from directory.
Network team publishes vpc_id. App team imports it like phone number from directory.
Layman words first, then technical detail — read slowly
data.terraform_remote_state — no duplicate VPC.
Modern HCL — names are examples, not from any third-party course
# see project files
Terraform runs on your computer — copy this HCL into a folder, then follow the local lab steps below.
Full implementation folder — copy all files, then run terraform commands
Copy every file below into one folder — same as a real repo module. Then run the local lab steps.
Suggested folder: Suggested path: ~/doonops-terraform/23-remote-state-data/
versions.tfSee file purpose in the code belowterraform {
required_version = ">= 1.9.0"
}
2–3 quick questions before the next module
Quick check — did this module stick?
1. DynamoDB table with S3 backend is for…