diff --git a/README.md b/README.md
index daa82d2..a133e48 100644
--- a/README.md
+++ b/README.md
@@ -89,9 +89,9 @@ Common issues and solutions:
|------|--------|---------|
| [images](#module\_images) | git::https://github.e.it.census.gov/terraform-modules/aws-ecr-copy-images.git/ | tf-upgrade |
| [ingress\_resources](#module\_ingress\_resources) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-istio-service-ingress.git | n/a |
-| [keycloak\_db\_config](#module\_keycloak\_db\_config) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job/ | mcmCluster |
-| [post\_install](#module\_post\_install) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job/ | mcmCluster |
-| [pre\_install](#module\_pre\_install) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job/ | mcmCluster |
+| [keycloak\_db\_config](#module\_keycloak\_db\_config) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job | n/a |
+| [post\_install](#module\_post\_install) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job | n/a |
+| [pre\_install](#module\_pre\_install) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job | n/a |
| [service\_account](#module\_service\_account) | git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//service-account | n/a |
## Resources
diff --git a/main.tf b/main.tf
index 1aab4fe..0efe95a 100644
--- a/main.tf
+++ b/main.tf
@@ -76,7 +76,7 @@ module "service_account" {
module "pre_install" {
# tflint-ignore: terraform_module_pinned_source
- source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job/?ref=mcmCluster"
+ source = "git::https://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
@@ -139,7 +139,7 @@ data "kubernetes_secret" "db-secrets" {
module "keycloak_db_config" {
# tflint-ignore: terraform_module_pinned_source
- source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job/?ref=mcmCluster"
+ source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job"
namespace = helm_release.keycloak-db.namespace
service_account_name = module.service_account.service_account_name
@@ -195,7 +195,7 @@ module "ingress_resources" {
module "post_install" {
# tflint-ignore: terraform_module_pinned_source
- source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job/?ref=mcmCluster"
+ source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job"
namespace = helm_release.keycloak.namespace
service_account_name = module.service_account.service_account_name