fix
This commit is contained in:
@@ -6,7 +6,7 @@ locals {
|
||||
}
|
||||
|
||||
module "service" {
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//service"
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//service?ref=0.3.0"
|
||||
component = var.component
|
||||
instance = var.instance
|
||||
namespace = var.namespace
|
||||
@@ -19,7 +19,7 @@ module "service" {
|
||||
}
|
||||
|
||||
module "ingress" {
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//ingress"
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//ingress?ref=0.3.0"
|
||||
component = ""
|
||||
instance = var.instance
|
||||
namespace = var.namespace
|
||||
@@ -34,7 +34,7 @@ module "ingress" {
|
||||
}
|
||||
|
||||
module "application" {
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//application"
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//application?ref=0.3.0"
|
||||
component = var.component
|
||||
instance = var.instance
|
||||
app_group = var.app_group
|
||||
@@ -48,7 +48,7 @@ module "application" {
|
||||
}
|
||||
|
||||
module "saml" {
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//saml"
|
||||
source = "git::https://git.solidite.fr/vynil/kydah-modules.git//saml?ref=0.3.0"
|
||||
component = var.component
|
||||
instance = var.instance
|
||||
acs_path = "oauth2/callback/saml"
|
||||
|
||||
Reference in New Issue
Block a user