Skip to content

Commit

Permalink
Update db2.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchuantang authored Mar 21, 2024
1 parent f0f9d0f commit db0915a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/prod/db2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ resource "aws_rds_cluster" "postgres2" {
}

# create this manually
data "aws_secretsmanager_secret_version" "creds" {
secret_id = "workbc-cc-db-creds"
}
#data "aws_secretsmanager_secret_version" "creds" {
# secret_id = "workbc-cc-db-creds"
#}

locals {
db_creds = jsondecode(
Expand Down

0 comments on commit db0915a

Please sign in to comment.