Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 17, 2025
1 parent 1e8d5ad commit 8f00b5c
Show file tree
Hide file tree
Showing 16 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ locals {
"cluster:size" = "min:${local.eks_ng_min_size}-max:${local.eks_ng_max_size}-desired:${local.eks_ng_desired_size}"
}
module_enablement_overrides = {
"eks-arcgis" = false
"eks-arcgis" = false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ dependency "eks" {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
eecr_account_id = include.root.inputs.eecr_account_id

# Cluster Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
eecr_account_id = include.root.inputs.eecr_account_id

# Core Cluster Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
eecr_account_id = include.root.inputs.eecr_account_id

# Cluster Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ dependencies {

inputs = {
# Base Cluster Config
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_domain = dependency.eks_dns.outputs.cluster_domain
eecr_account_id = include.root.inputs.eecr_account_id
namespace = include.root.inputs.namespaces["gogatekeeper"]
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
namespace = include.root.inputs.namespaces["gogatekeeper"]
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region

# Gatekeeper Config
gogatekeeper_tag = include.root.inputs.gogatekeeper_tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_name = dependency.eks.outputs.cluster_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ dependency "eks" {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_name = dependency.eks.outputs.cluster_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ inputs = {
region = include.root.inputs.aws_region

# Cluster Configuration
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
eecr_account_id = include.root.inputs.eecr_account_id

# Dashboard Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ dependency "eks" {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
account_id = include.root.inputs.aws_account_id
profile = include.root.inputs.aws_profile
region = include.root.inputs.aws_region
eecr_account_id = include.root.inputs.eecr_account_id

# Cluster Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
}

inputs = {
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
cluster_domain = dependency.eks_dns.outputs.cluster_domain
cluster_name = dependency.eks.outputs.cluster_name
eecr_account_id = include.root.inputs.eecr_account_id

namespace = include.root.inputs.namespaces["keycloak"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_domain = dependency.eks_dns.outputs.cluster_domain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_name = dependency.eks.outputs.cluster_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_name = dependency.eks.outputs.cluster_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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
namespace = include.root.inputs.namespaces["otel"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ dependency "eks_config" {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_name = dependency.eks.outputs.cluster_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ dependencies {

inputs = {
# AWS Configuration
account_id = include.root.inputs.aws_account_id
account_id = include.root.inputs.aws_account_id
eecr_account_id = include.root.inputs.eecr_account_id
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 Configuration
cluster_name = dependency.eks.outputs.cluster_name
Expand Down

0 comments on commit 8f00b5c

Please sign in to comment.