Skip to content

Commit 3e6d263

Browse files
committed
infra: terraform now sources modules from hotosm repo v1.0.0
1 parent 830adbe commit 3e6d263

File tree

1 file changed

+2
-2
lines changed
  • scripts/aws/lambda/TM-Extractor/_envcommon

1 file changed

+2
-2
lines changed

scripts/aws/lambda/TM-Extractor/_envcommon/lambda.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# deployed version.
1212
terraform {
1313
# Sourcing from here rn, updating to a release from https://github.com/hotosm/TM-Extractor/ later.
14-
source = "${local.base_source_url}?ref=feat-terraform"
14+
source = "${local.base_source_url}?ref=v1.0.0"
1515
}
1616

1717
# ---------------------------------------------------------------------------------------------------------------------
@@ -26,7 +26,7 @@ locals {
2626

2727
# Expose the base source URL so different versions of the module can be deployed in different environments. This will
2828
# be used to construct the terraform block in the child terragrunt configurations.
29-
base_source_url = "git::https://github.com/naxa-developers/TM-Extractor/"
29+
base_source_url = "git::https://github.com/hotosm/TM-Extractor/"
3030
}
3131

3232
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)