We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822a3d1 commit 717d52aCopy full SHA for 717d52a
1 file changed
infrastructure/terraform/hub/config.tf
@@ -1,7 +1,7 @@
1
module "config" {
2
for_each = var.regions
3
4
- source = "../../dtos-devops-templates/infrastructure/modules/shared-config"
+ source = "../../../../dtos-devops-templates/infrastructure/modules/shared-config"
5
6
location = each.key
7
application = var.application
0 commit comments