Skip to content

Commit

Permalink
comment uninitialized secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 17, 2024
1 parent 3acf121 commit 76aa455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform-incubator/home-unite-us/dev/cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ resource "aws_secretsmanager_secret_policy" "google_client_id" {
policy = data.aws_iam_policy_document.admin_manage_secrets.json
}

data "aws_secretsmanager_secret_version" "google_client_id" {
secret_id = aws_secretsmanager_secret.google_client_id.id
}
# data "aws_secretsmanager_secret_version" "google_client_id" {
# secret_id = aws_secretsmanager_secret.google_client_id.id
# }

resource "aws_secretsmanager_secret" "google_secret" {
name = "homeuniteus-google-secret"
Expand Down

0 comments on commit 76aa455

Please sign in to comment.