fix
This commit is contained in:
21
apps/infisical/storage.tf
Normal file
21
apps/infisical/storage.tf
Normal file
@@ -0,0 +1,21 @@
|
||||
module "redis" {
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//redis"
|
||||
component = var.component
|
||||
instance = var.instance
|
||||
namespace = var.namespace
|
||||
labels = local.common-labels
|
||||
images = var.images
|
||||
providers = {
|
||||
kubectl = kubectl
|
||||
}
|
||||
}
|
||||
module "mongo" {
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//mongo"
|
||||
component = var.component
|
||||
instance = var.instance
|
||||
namespace = var.namespace
|
||||
labels = local.common-labels
|
||||
providers = {
|
||||
kubectl = kubectl
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user