Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 12, 2025
1 parent 25e1640 commit eacb42f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ inputs = {
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = dependency.eks.inputs.aws_profile
region = dependency.eks.inputs.aws_region
release_version = dependency.eks.inputs.release_version
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
inputs = {
cluster_name = dependency.eks.outputs.cluster_name
region = dependency.eks.inputs.aws_region
release_version = dependency.eks.inputs.release_version
security_group_all_worker_mgmt_id = dependency.eks.outputs.security_group_all_worker_mgmt_id
subnets = dependency.eks.outputs.subnets
vpc_id = dependency.eks.outputs.vpc_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ inputs = {
grafana_tag = dependency.eks.inputs.grafana_tag
download_dashboards_image_tag = dependency.eks.inputs.download_dashboards_image_tag
init_chown_data_image_tag = dependency.eks.inputs.init_chown_data_image_tag
release_version = dependency.eks.inputs.release_version
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ inputs = {
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = dependency.eks.inputs.aws_profile
region = dependency.eks.inputs.aws_region
release_version = dependency.eks.inputs.release_version
vpc_id = dependency.eks.outputs.vpc_id
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# "Top Level" of the stack.
include "root" {
path = find_in_parent_folders("root.hcl")
merge_strategy = "deep"
Expand Down

0 comments on commit eacb42f

Please sign in to comment.