Supported Repository Structures
Atlantis supports any Terraform repository structure: (1) Single project at repo root with main.tf at the root, (2) Multiple project folders where each subdirectory contains its own Terraform files, (3) Modules where shared modules are in a modules/ directory. For modules, create an atlantis.yaml to enable automatic planning of projects when modules are modified.