0) Root structure


Create one directory:



mkdir terraform-prod-challenges
cd terraform-prod-challenges






Final structure:



terraform-prod-challenges/
├── 00-baseline/
├── 01-drift-and-refresh/
├── 02-import-existing/
├── 03-rename-without-destroy-state-mv/
├── 04-address-change-count-to-foreach/
├── 05-prevent-destroy-safety/
├──...