diff --git a/infrastructure/modules/container-apps/variables.tf b/infrastructure/modules/container-apps/variables.tf index 0b22a34a5..0255140d9 100644 --- a/infrastructure/modules/container-apps/variables.tf +++ b/infrastructure/modules/container-apps/variables.tf @@ -64,6 +64,10 @@ variable "environment" { type = string } +variable "env_vars_from_yaml" { + type = map(any) +} + variable "fetch_secrets_from_app_key_vault" { description = <