Skip to content

Commit

Permalink
chore: changeset added
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese committed Nov 29, 2024
1 parent 15a21bb commit 7fb8e6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-socks-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"infrastructure": minor
---

Langfuse infrastructure implemented
8 changes: 4 additions & 4 deletions apps/infrastructure/src/modules/chatbot/cognito_user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ resource "aws_cognito_user" "master" {
module "master_user_password" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-ssm-parameter.git?ref=77d2c139784197febbc8f8e18a33d23eb4736879" # v1.1.0

name = "/chatbot/monitoring/master_user_password"
value = random_password.master.result
type = "SecureString"
secure_type = true
name = "/chatbot/monitoring/master_user_password"
value = random_password.master.result
type = "SecureString"
secure_type = true
}

module "user_pool_client_id" {
Expand Down

0 comments on commit 7fb8e6d

Please sign in to comment.