Relative Content

Tag Archive for terragrunt

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]]”, […]