From ec43edea0d3ab81e655c2ee38c569d3b6484338c Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 12 Feb 2025 19:56:58 -0500 Subject: [PATCH] hclfmt --- lab/_envcommon/common-variables.hcl | 2 -- lab/_envcommon/default-versions.hcl | 2 +- .../vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl | 2 +- lab/root.hcl | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/lab/_envcommon/common-variables.hcl b/lab/_envcommon/common-variables.hcl index d2f73ef..38cb4c9 100644 --- a/lab/_envcommon/common-variables.hcl +++ b/lab/_envcommon/common-variables.hcl @@ -12,8 +12,6 @@ locals { project_role = "csvd_platformbaseline_app" state_bucket_prefix = "inf-tfstate" state_table_name = "tf_remote_state" - terraform = true - terragrunt = true route53_endpoints = { route53_main = { "account_id" = "269244441389" diff --git a/lab/_envcommon/default-versions.hcl b/lab/_envcommon/default-versions.hcl index cad4a0f..7754fb5 100644 --- a/lab/_envcommon/default-versions.hcl +++ b/lab/_envcommon/default-versions.hcl @@ -8,7 +8,7 @@ locals { custom_service_eks_account = "${local.release_version}" eks_module_version = "20.33.1" istio_ingress_version = "${local.release_version}" - release_version = "0.1.1" # change to main when testing updated modules + release_version = "main" # change to main when testing updated modules ##################### # TF Providers diff --git a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl index e05746a..e52d57b 100644 --- a/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl +++ b/lab/development/us-gov-east-1/vpc/platform-eng-eks-mcm/eks-tempo/terragrunt.hcl @@ -22,7 +22,7 @@ dependency "eks" { } dependency "eks-prometheus" { - config_path = "../eks-prometheus" + config_path = "../eks-prometheus" mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"] mock_outputs = { prometheus_namespace = "prometheus" diff --git a/lab/root.hcl b/lab/root.hcl index c3852d3..10706ff 100644 --- a/lab/root.hcl +++ b/lab/root.hcl @@ -37,7 +37,7 @@ locals { state_bucket_prefix = local.common_vars.locals.state_bucket_prefix state_table_name = local.common_vars.locals.state_table_name # Check if current module is the EKS module - module_name = basename(get_original_terragrunt_dir()) + module_name = basename(get_original_terragrunt_dir()) is_eks_module = local.module_name == "eks" }