hoangquochung1110 / public-notes

0 stars 0 forks source link

How to migrate to multi-environments with reusable modules in Terraform #37

Open hoangquochung1110 opened 1 month ago

hoangquochung1110 commented 1 month ago

Current project structure

tree -L 1
.
├── INSTALL.md
├── README.md
├── api_gateway.tf
├── cloudwatch.tf
├── dev.tfvars
├── lambda.tf
├── outputs.tf

Expected structure