Skip to content

Commit

Permalink
infra: terragrunt now sources from git repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-naxa committed Jan 8, 2024
1 parent fd1fcea commit d0373d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/aws/lambda/TM-Extractor/_envcommon/lambda.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# needs to deploy a different module version, it should redefine this block with a different ref to override the
# deployed version.
terraform {
#source = "${local.base_source_url}?ref=feat-terraform"
source = "/Users/invoron/NAXA/tm-extrator-hotosm/"
# Sourcing from here rn, updating to a release from https://github.com/hotosm/TM-Extractor/ later.
source = "${local.base_source_url}?ref=feat-terraform"
}

# ---------------------------------------------------------------------------------------------------------------------
Expand All @@ -26,7 +26,7 @@ locals {

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

# ---------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit d0373d0

Please sign in to comment.