Skip to content

Commit 9d565e0

Browse files
committed
Add environments configuration for Terraform applications
1 parent 1dae975 commit 9d565e0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
folders:
2+
- .devops/apps/environments/dev:
3+
struct: terraform/app
4+
- .devops/apps/environments/qa:
5+
struct: terraform/app
6+
- .devops/apps/environments/stage:
7+
struct: terraform/app
8+
- .devops/apps/environments/prod:
9+
struct: terraform/app

0 commit comments

Comments
 (0)