Skip to content

Commit

Permalink
Set modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgin314 committed Mar 13, 2025
1 parent 60459e3 commit f3c9d4c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ resource "kubernetes_namespace" "keycloak" {
}

module "service_account" {
#source = "git@github.it.census.gov:SOA/tfmod-config-job.git//service-account?ref=1.0.0"
source = "git@github.it.census.gov:SOA/tfmod-config-job.git//service-account"
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-config-job.git//service-account"

namespace = kubernetes_namespace.keycloak.metadata[0].name
}

module "pre_install" {
#source = "git@github.it.census.gov:SOA/tfmod-config-job.git//config-job?ref=1.0.0"
source = "git@github.it.census.gov:SOA/tfmod-config-job.git//config-job"
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-config-job.git//config-job"

namespace = kubernetes_namespace.keycloak.metadata[0].name
service_account_name = module.service_account.service_account_name
Expand All @@ -53,8 +53,9 @@ resource "helm_release" "keycloak" {
}

module "service-ingress" {
#source = "git@github.it.census.gov:SOA/tfmod-service-ingress-istio-simple.git/?ref=1.0.0"
source = "git@github.it.census.gov:SOA/tfmod-service-ingress-istio-simple.git/"
# tflint-ignore: terraform_module_version
# tflint-ignore: terraform_module_pinned_source
source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-istio-service-ingress.git?ref=main"

publicHostname = var.keycloak_hostname
publicDomain = var.cluster_domain
Expand Down

0 comments on commit f3c9d4c

Please sign in to comment.