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 8160c25 commit d03f304Copy full SHA for d03f304
terraform/prod/main.tf
@@ -21,14 +21,14 @@ provider "google" {
21
}
22
23
module "endpoints" {
24
- source = "./../modules/run-service"
25
- entry_point = "app"
26
- project = var.project
27
- environment = var.environment
28
- source_directory = "../../src"
29
- function_name = "tech-report-api"
30
- region = var.region
31
- min_instances = var.min_instances
+ source = "./../modules/run-service"
+ entry_point = "app"
+ project = var.project
+ environment = var.environment
+ source_directory = "../../src"
+ function_name = "tech-report-api"
+ region = var.region
+ min_instances = var.min_instances
32
environment_variables = {
33
"PROJECT" = var.project
34
"DATABASE" = var.project_database
0 commit comments