Skip to content

Commit d03f304

Browse files
committed
format
1 parent 8160c25 commit d03f304

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

terraform/prod/main.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ provider "google" {
2121
}
2222

2323
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
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
3232
environment_variables = {
3333
"PROJECT" = var.project
3434
"DATABASE" = var.project_database

0 commit comments

Comments
 (0)