Skip to content

Commit

Permalink
chore: Adds GCP secret manager API (#122)
Browse files Browse the repository at this point in the history
* adds gcp secrets manager secret for postgresSQL connection string

Signed-off-by: neelanjan00 <[email protected]>

* adds missing google api

Signed-off-by: neelanjan00 <[email protected]>

* removes module for gcp secret manager

Signed-off-by: neelanjan00 <[email protected]>

---------

Signed-off-by: neelanjan00 <[email protected]>
  • Loading branch information
neelanjan00 committed Sep 19, 2023
1 parent b2cc396 commit ea9c55c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module "gcp_apis" {
"monitoring.googleapis.com",
"pubsub.googleapis.com",
"serviceusage.googleapis.com",
"sts.googleapis.com"
"sts.googleapis.com",
"secretmanager.googleapis.com",
]
}

Expand Down

0 comments on commit ea9c55c

Please sign in to comment.