From 92a864394102d57d22a00a3495db6db4f465aba8 Mon Sep 17 00:00:00 2001 From: christian-calabrese Date: Thu, 10 Oct 2024 17:32:25 +0200 Subject: [PATCH] fix: ssm parameter type --- apps/infrastructure/src/modules/chatbot/lambda_chatbot.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infrastructure/src/modules/chatbot/lambda_chatbot.tf b/apps/infrastructure/src/modules/chatbot/lambda_chatbot.tf index 9abebb9c57..0e3e15e68e 100644 --- a/apps/infrastructure/src/modules/chatbot/lambda_chatbot.tf +++ b/apps/infrastructure/src/modules/chatbot/lambda_chatbot.tf @@ -100,7 +100,7 @@ module "index_id_ssm_parameter" { name = "/chatbot/index_id" value = "49c13f0d-d164-49f1-b5d4-8bdc0632d0dc" - type = "SecureString" + type = "String" secure_type = true ignore_value_changes = true }