Skip to content

Commit

Permalink
added secret
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Dec 11, 2023
1 parent 6978e07 commit d074c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "aws_secretsmanager_secret" "chaps_secret" {
}

resource "random_password" "password" {

length = 10
}

resource "aws_secretsmanager_secret_version" "chaps_secret" {
Expand Down

0 comments on commit d074c7e

Please sign in to comment.