File tree Expand file tree Collapse file tree 4 files changed +3
-8
lines changed
Expand file tree Collapse file tree 4 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1010# needs to deploy a different module version, it should redefine this block with a different ref to override the
1111# deployed version.
1212terraform {
13- # Sourcing from here rn, updating to a release from https://github.com/hotosm/TM-Extractor/ later.
13+ # Sourcing from https://github.com/hotosm/TM-Extractor/
1414 source = " ${ local . base_source_url } ?ref=v1.0.0"
1515}
1616
@@ -43,4 +43,6 @@ inputs = {
4343 lambda_memory_size = " 128"
4444 lambda_timeout = " 14"
4545 lambda_cron_expression = " cron(0 0 * * ? *)"
46+ raw_data_api = " https://api-prod.raw-data.hotosm.org/v1"
47+ config_json = " config.json"
4648}
Original file line number Diff line number Diff line change @@ -29,6 +29,4 @@ include "envcommon" {
2929inputs = {
3030 zip_output_dir = " files"
3131 active_projects_api_base_url = " https://tm.naxa.com.np/api/v2"
32- raw_data_api = " https://api-prod.raw-data.hotosm.org/v1"
33- config_json = " config.json"
3432}
Original file line number Diff line number Diff line change @@ -27,8 +27,5 @@ include "envcommon" {
2727# For production, we want to specify bigger instance classes and storage, so we specify override parameters here. These
2828# inputs get merged with the common inputs from the root and the envcommon lambda.hcl
2929inputs = {
30- zip_output_dir = " files"
3130 active_projects_api_base_url = " https://tasking-manager-tm4-production-api.hotosm.org/api/v2"
32- raw_data_api = " https://api-prod.raw-data.hotosm.org/v1"
33- config_json = " config.json"
3431}
Original file line number Diff line number Diff line change @@ -29,6 +29,4 @@ include "envcommon" {
2929inputs = {
3030 zip_output_dir = " files"
3131 active_projects_api_base_url = " https://tasking-manager-staging-api.hotosm.org/api/v2"
32- raw_data_api = " https://api-prod.raw-data.hotosm.org/v1"
33- config_json = " config.json"
3432}
You can’t perform that action at this time.
0 commit comments