├── modules
│ ├── x
│ │ ├── main.tf
│ │ └── variables.tf
│ ├── y
│ │ ├── data.tf
│ │ ├── main.tf
│ │ └── variables.tf
│ └── z
│ ├── data.tf
│ ├── main.tf
│ └── variables.tf
└── services
├── x
│ ├── development
│ │ ├── main.tf
│ │ └── terraform.tf
│ ├── production
│ │ ├── main.tf
│ │ └── terraform.tf
│ └── staging
│ ├── main.tf
│ └── terraform.tf
├── y
│ ├── development
│ │ ├── main.tf
│ │ └── terraform.tf
│ ├── production
│ │ ├── main.tf
│ │ └── terraform.tf
│ └── staging
│ ├── main.tf
│ └── terraform.tf
└── z
├── development
│ ├── main.tf
│ └── terraform.tf
├── production
│ ├── europe-west1
│ │ ├── main.tf
│ │ └── terraform.tf
│ └── us-west1
│ ├── main.tf
│ └── terraform.tf
└── staging
├── main.tf
└── terraform.tf
-
Notifications
You must be signed in to change notification settings - Fork 1
vidbregar/terraform-project-structure
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published