(MODE-11365) Set correct module source for deployment.
This commit is contained in:
parent
7fc884dddc
commit
056b3fe522
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue