Minor updates.

This commit is contained in:
2022-12-09 18:08:49 +01:00
parent 621e04fb94
commit f94a81ada5
8 changed files with 77 additions and 14 deletions

View File

@ -19,6 +19,10 @@ dependency "eks" {
}
}
dependencies {
paths = ["../aws-load-balancer-controller"]
}
locals {
config_vars = read_terragrunt_config(find_in_parent_folders("config.hcl"))