Skip to content

Commit

Permalink
fix: ssm parameter type
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Oct 10, 2024
1 parent f4a10ac commit 92a8643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infrastructure/src/modules/chatbot/lambda_chatbot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 92a8643

Please sign in to comment.