Fix and Apply Your First Stack

Repair invalid HCL and provision an instance and bucket with real Terraform.

A beginner Linux challenge worth 3 points. Solve it hands-on in a real Linux environment in your browser - no local setup, no fake shells.

The Challenge

Scenario: A starter stack in /home/labuser/terraform-lab/main.tf has two configuration mistakes. The air-gapped lab already contains the real Terraform CLI and the local fakecloud provider.

Fix the missing instance region and the bucket's invalid boolean value. Then run terraform init, inspect terraform plan, and terraform apply. The finished stack must contain web-01 (small, lab-east) and a versioned web-assets bucket in lab-east.

Use the editor panel or terminal. Run check when done.