Skip to content

Commit 11297ed

Browse files
committed
[INF] All modules switch to main branch
1 parent 5796564 commit 11297ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ module "garage" {
9090

9191
# Cloudnative PG Deployment for PostgreSQL Database Solution
9292
module "cnpg" {
93-
source = "git::https://github.com/necro-cloud/modules//modules/cnpg?ref=task/117/cnpg-external-secrets"
93+
source = "git::https://github.com/necro-cloud/modules//modules/cnpg?ref=main"
9494

9595
// Cluster Secret Store Details
9696
cluster_secret_store_name = module.openbao.cluster_secret_store_name
@@ -171,7 +171,7 @@ module "ferretdb" {
171171

172172
# Keycloak Cluster Deployment for Identity Solution
173173
module "keycloak" {
174-
source = "git::https://github.com/necro-cloud/modules//modules/keycloak?ref=task/117/cnpg-external-secrets"
174+
source = "git::https://github.com/necro-cloud/modules//modules/keycloak?ref=main"
175175

176176
// Cluster Secret Store Details
177177
cluster_secret_store_name = module.openbao.cluster_secret_store_name

0 commit comments

Comments
 (0)