Skip to content

minor #5

Merged
merged 5 commits into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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