Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 20, 2024
1 parent 23065cb commit 26ecbe0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ inputs = {
cluster_name = dependency.eks.outputs.cluster_name
cluster_mailing_list = dependency.eks.inputs.creator
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
cert_manager_helm_chart = "1.15.1"
cert_manager_cainjector_tag = "v1.15.1"
cert_manager_controller_tag = "v1.15.1"
Expand Down
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-config/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ inputs = {
cluster_name = dependency.eks.outputs.cluster_name
eks_managed_node_groups_autoscaling_group_names = dependency.eks.outputs.eks_managed_node_groups_autoscaling_group_names
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id
subnets = dependency.eks.outputs.subnets
tags = dependency.eks.inputs.tags
Expand Down
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-dns/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependency "eks" {

inputs = {
cluster_name = dependency.eks.inputs.cluster_name
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
subnets = dependency.eks.outputs.subnets
tags = dependency.eks.inputs.tags
vpc_domain_name = dependency.eks.inputs.vpc_domain_name
Expand Down
6 changes: 3 additions & 3 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-grafana/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependency "eks-config" {
}

dependency "eks-dns" {
config_path = "../eks-dns"
config_path = "../eks-dns"
mock_outputs = {
cluster_domain = "a-cluster-domain"
}
Expand All @@ -45,7 +45,7 @@ dependency "eks-karpenter" {
inputs = {
cluster_domain = dependency.eks-dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
rwo_storage_class = dependency.eks-config.outputs.rwo_storage_class
}
6 changes: 3 additions & 3 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include "root" {
path = find_in_parent_folders()
path = find_in_parent_folders()
expose = true
}

Expand All @@ -25,8 +25,8 @@ dependency "eks-karpenter" {
}

inputs = {
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
cluster_name = dependency.eks.outputs.cluster_name
istio_chart_version = "1.22.1"
istio_version = "1.22.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include "root" {
path = find_in_parent_folders()
path = find_in_parent_folders()
expose = true
}

Expand Down

0 comments on commit 26ecbe0

Please sign in to comment.