We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e99850 commit c6351c4Copy full SHA for c6351c4
terraform/dev/variables.tf
@@ -15,7 +15,7 @@ variable "environment" {
15
variable "project_database" {
16
type = string
17
description = "The database name"
18
- default = "tech-report-api-prod" // TODO: Update this to the DEV database name
+ default = "tech-report-apis-prod" // TODO: Update this to the DEV database name
19
}
20
21
variable "google_service_account_cloud_functions" {
0 commit comments