Skip to content

Commit

Permalink
update source for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Sep 5, 2024
1 parent 9542def commit aa204c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 @@ -273,7 +273,7 @@ resource "helm_release" "loki" {
}
set {
name = "test.enabled"
value = "true"
value = "false"
}

##### Compactor Config #####
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 aa204c7

Please sign in to comment.