Skip to content

Commit c6351c4

Browse files
committed
test with the current db
1 parent 7e99850 commit c6351c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/dev/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "environment" {
1515
variable "project_database" {
1616
type = string
1717
description = "The database name"
18-
default = "tech-report-api-prod" // TODO: Update this to the DEV database name
18+
default = "tech-report-apis-prod" // TODO: Update this to the DEV database name
1919
}
2020

2121
variable "google_service_account_cloud_functions" {

0 commit comments

Comments
 (0)