Terragrunt workflow
Why my root.hcl
configuration works if find_in_parent_folders()
function suppose to find from bottom to top, but instead it actually looking for files in child folders?
Terragrunt workflow
Why my root.hcl
configuration works if find_in_parent_folders()
function suppose to find from bottom to top, but instead it actually looking for files in child folders?
Terragrunt workflow
Why my root.hcl
configuration works if find_in_parent_folders()
function suppose to find from bottom to top, but instead it actually looking for files in child folders?
Terragrunt workflow
Why my root.hcl
configuration works if find_in_parent_folders()
function suppose to find from bottom to top, but instead it actually looking for files in child folders?
Terragrunt workflow
Why my root.hcl
configuration works if find_in_parent_folders()
function suppose to find from bottom to top, but instead it actually looking for files in child folders?
Terragrunt workflow
Why my root.hcl
configuration works if find_in_parent_folders()
function suppose to find from bottom to top, but instead it actually looking for files in child folders?
I’m getting the invalid index error in terragrunt plan running, I’m using aws provider
module “iam_roles” { source = “[email protected]:mygainwell/pfe-iac-modules.git//terraform/modules/aws/iam-role/? ref=v1.4.8″ for_each = var.common.provision_globals && var.iam_roles != null ? { for item in var.iam_roles : item.name => item } : {} common = var.common iam_role = merge( each.value, { assume_role_policy = !each.value.assume_role_policy_from_file && each.value.assume_role_policy_ec2_key ? jsonencode( merge(flatten([for policy in [ for key, item in module.ec2_instances : jsondecode(replace(replace(replace(replace(replace(replace(file(each.value.assume_role_policy), ” [[account_number]]”, […]
how to get and pass in terragrutn a variable in a child file terragrunt
I am writing this post to ask if anyone is willing to provide an explanation of how the variables in terragrunt and the outputs provided by the modules work.
example must keep these conditions in mind:
how to get and pass in terragrutn a variable in a child file terragrunt
I am writing this post to ask if anyone is willing to provide an explanation of how the variables in terragrunt and the outputs provided by the modules work.
example must keep these conditions in mind:
Auto approve apply external dependency for all Terragrunt modules
When I run terragrunt run-all plan
I get prompted to approve an external dependency for each module I have.