Skip to content

Commit

Permalink
add prefixes into root
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed May 13, 2025
1 parent ef394ab commit dd0f4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {
# Skip this module if disabled
skip = !lookup(include.root.locals.is_module_enabled, basename(get_terragrunt_dir()), true)
artifact_bucket = format("%v%v-%v-%v-%v",
local.prefixes["eks-s3"],
include.root.inputs.prefixes["eks-s3"],
include.root.inputs.cluster_name,
"artifacts",
include.root.inputs.aws_account_id,
Expand Down
1 change: 1 addition & 0 deletions lab/root.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ inputs = merge(
local.account_vars.locals,
local.cluster_vars.locals,
local.common_vars.locals,
local.prefixes.locals,
local.region_vars.locals,
local.versions.locals,
local.vpc_vars.locals,
Expand Down

0 comments on commit dd0f4f2

Please sign in to comment.