File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111# deployed version.
1212terraform {
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# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments