.
├── terraform
│   └── main.tf
└── variables
    └── env
        ├── prod
        │   └── tfvars.json
        └── dev
            └── tfvars.json
