Skip to content

Commit

Permalink
use _ on dirs with no deployable resources
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 19, 2024
1 parent 49bd1f4 commit 4d16c2e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include "root" {
path = find_in_parent_folders()
expose = true
}

terraform {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include "root" {
path = find_in_parent_folders()
expose = true
}

locals {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include "root" {
path = find_in_parent_folders()
expose = true
}

terraform {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include "root" {
path = find_in_parent_folders()
expose = true
}

terraform {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ inputs = merge(
local.region_vars.locals,
)

dependency "eks" {
config_path = "./eks"
}
# dependency "eks" {
# config_path = "./eks"
# }

0 comments on commit 4d16c2e

Please sign in to comment.