From 3a6c4be6852351d00ea99822f480b945accd6e9b Mon Sep 17 00:00:00 2001 From: Krusty93 Date: Wed, 18 Dec 2024 15:21:25 +0100 Subject: [PATCH] update profile fn number --- src/common/prod/locals.tf | 2 +- src/domains/citizen-auth-app/99_variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/prod/locals.tf b/src/common/prod/locals.tf index 78f59c1dd..6e684c032 100644 --- a/src/common/prod/locals.tf +++ b/src/common/prod/locals.tf @@ -17,7 +17,7 @@ locals { core = data.terraform_remote_state.core.outputs - function_profile_count = 2 + function_profile_count = 1 app_messages_count = 2 # TODO: edit this block when resource groups module is implemented diff --git a/src/domains/citizen-auth-app/99_variables.tf b/src/domains/citizen-auth-app/99_variables.tf index d2c19d673..838b96111 100644 --- a/src/domains/citizen-auth-app/99_variables.tf +++ b/src/domains/citizen-auth-app/99_variables.tf @@ -207,7 +207,7 @@ variable "dns_zone_io" { ################################ variable "function_profile_count" { type = number - default = 2 + default = 1 } variable "cidr_subnet_profile_itn" {