Skip to content

Commit

Permalink
Update TF personas
Browse files Browse the repository at this point in the history
  • Loading branch information
rmennes committed Jun 11, 2024
1 parent 4f50c72 commit 60c33fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .infra/infra/persona/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ resource "aws_iam_access_key" "key" {
}

resource "aws_secretsmanager_secret" "secret" {
name = "${var.secret_prefix}${aws_iam_user.user.name}_${random_string.random_secret_postfix.result}"
name = "${var.secret_prefix}${aws_iam_user.user.name}_${random_string.random_secret_postfix.result}"
description = "Secret for ${aws_iam_user.user.name}"
recovery_window_in_days = 0
force_overwrite_replica_secret = true
}

resource "aws_secretsmanager_secret_version" "secret_value" {
Expand Down
1 change: 0 additions & 1 deletion .infra/infra/persona/providers.tf

This file was deleted.

0 comments on commit 60c33fe

Please sign in to comment.