(MODE-11365) Set correct module source for deployment.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-24 13:51:12 +02:00
parent 7fc884dddc
commit 056b3fe522
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ terragrunt = {
path = "${find_in_parent_folders()}" path = "${find_in_parent_folders()}"
} }
terraform { terraform {
source = "/tmp/repo/deployment/modules/tileserver" source = "/tmp/repo/artifact/deployment/modules/tileserver"
} }
} }
region = "eu-central-1" region = "eu-central-1"

View file

@ -3,7 +3,7 @@ terragrunt = {
path = "${find_in_parent_folders()}" path = "${find_in_parent_folders()}"
} }
terraform { terraform {
source = "/tmp/repo/deployment/modules/tileserver" source = "/tmp/repo/artifact/deployment/modules/tileserver"
} }
} }
region = "eu-central-1" region = "eu-central-1"