Skip to content

Commit

Permalink
hclfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 13, 2025
1 parent cb6aea5 commit ec43ede
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lab/_envcommon/common-variables.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lab/_envcommon/default-versions.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lab/root.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit ec43ede

Please sign in to comment.