diff --git a/README.md b/README.md
index 97d28f6..d0f9778 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ 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@github.e.it.census.gov:SCT-Engineering/tfmod-config-job.git//config-job | n/a |
+| [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 |
diff --git a/main.tf b/main.tf
index 0576e7d..73ae8ae 100644
--- a/main.tf
+++ b/main.tf
@@ -128,9 +128,9 @@ data "kubernetes_secret" "db-secrets" {
}
module "keycloak_db_config" {
- # source = "git::https://github.e.it.census.gov/SCT-Engineering/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"
+ source = "git::https://github.e.it.census.gov/SCT-Engineering/tfmod-config-job.git//config-job"
+ # source = "git@github.e.it.census.gov:SCT-Engineering/tfmod-config-job.git//config-job"
depends_on = [helm_release.keycloak-db]