Skip to content

Commit

Permalink
soerenmartius/move-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Apr 24, 2024
1 parent 52ca8a3 commit d8d6967
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 92 deletions.
5 changes: 4 additions & 1 deletion imports.tm.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import {
source = "./imports/*.tm.hcl"
source = "./imports/backend.tm.hcl"
}
import {
source = "./imports/terraform.tm.hcl"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
generate_hcl "main.tf" {
generate_hcl "alb.tf" {
inherit = false

content {
Expand Down
4 changes: 4 additions & 0 deletions stacks/prod/us-east-1/alb/config.tm.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import {
source = "/imports/alb.tm.hcl"
}

globals {
alb = {
name = "production-alb"
Expand Down
90 changes: 0 additions & 90 deletions stacks/prod/us-east-1/alb/main.tf

This file was deleted.

0 comments on commit d8d6967

Please sign in to comment.