Skip to content

Commit

Permalink
Fix name of JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Mar 13, 2024
1 parent cfbb680 commit 5b83905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/oonidevops_github_user/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "aws_secretsmanager_secret" "oonidevops_github" {
resource "aws_secretsmanager_secret_version" "oonidevops_github" {
secret_id = aws_secretsmanager_secret.oonidevops_github.id
secret_string = jsonencode({
"AccessKey" = aws_iam_access_key.oonidevops_github.id,
"AccessKeyId" = aws_iam_access_key.oonidevops_github.id,
"SecretAccessKey" = aws_iam_access_key.oonidevops_github.secret
})
}

0 comments on commit 5b83905

Please sign in to comment.