File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -26,26 +26,11 @@ module "endpoints" {
2626 project = var. project
2727 environment = var. environment
2828 source_directory = " ../../src"
29- function_name = " tech-report-api"
29+ service_name = " tech-report-api"
3030 region = var. region
3131 min_instances = var. min_instances
3232 environment_variables = {
3333 " PROJECT" = var.project
3434 " DATABASE" = var.project_database
3535 }
3636}
37-
38- moved {
39- from = google_api_gateway_api. api
40- to = module. gateway . google_api_gateway_api . api
41- }
42-
43- moved {
44- from = google_api_gateway_api_config. api_config
45- to = module. gateway . google_api_gateway_api_config . api_config
46- }
47-
48- moved {
49- from = google_api_gateway_gateway. gateway
50- to = module. gateway . google_api_gateway_gateway . gateway
51- }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module "endpoints" {
2626 project = var. project
2727 environment = var. environment
2828 source_directory = " ../../src"
29- function_name = " tech-report-api"
29+ service_name = " tech-report-api"
3030 region = var. region
3131 min_instances = var. min_instances
3232 environment_variables = {
You can’t perform that action at this time.
0 commit comments