I need some help here. I've copied the tutorial and started tinkering with changes to make a PoC. I'm running into a wall running
atmos terraform plan tfstate-backend --stack=uw2-root and can't figure out what knob I turned to end up with
stack name pattern must be provided in 'stacks.name_pattern' config or 'ATMOS_STACKS_NAME_PATTERN' ENV variableDirectory structure looks correct (at least I think)
├── components
│ └── terraform
│ └── tfstate-backend
│ ├── README.md
│ ├── context.tf
│ ├── default.auto.tfvars
│ ├── main.tf
│ ├── outputs.tf
│ ├── providers.tf
│ ├── variables.tf
│ └── versions.tf
└── stacks
├── catalog
│ ├── globals.yaml
│ └── uw2-globals.yaml
├── uw2-dev.yaml
├── uw2-prod.yaml
└── uw2-root.yaml