Skip to content

Commit

Permalink
Merge pull request #5 from SCT-Engineering/mcmCluster
Browse files Browse the repository at this point in the history
minor
  • Loading branch information
morga471 committed Sep 5, 2024
2 parents 624875e + aa204c7 commit c495570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "loki_irsa_role" {
# source = "git@github.it.census.gov:SOA/tfmod-custom-iam-role-for-service-account-eks.git/?ref=1.0.0"
# tflint-ignore: terraform_module_version
# tflint-ignore: terraform_module_pinned_source
source = "git@github.it.census.gov:SOA/tfmod-custom-iam-role-for-service-account-eks.git/"
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-custom-iam-role-for-service-account-eks.git"

role_name = "${var.cluster_name}-loki"

Expand Down Expand Up @@ -325,7 +325,6 @@ resource "helm_release" "loki" {
name = "loki.analytics.reporting_enabled"
value = "false"
}

set {
name = "monitoring.dashboards.enabled"
value = "false"
Expand Down

0 comments on commit c495570

Please sign in to comment.