From 8a217358c7e35b1c4d52e23e8a66115ca083210a Mon Sep 17 00:00:00 2001 From: brandoconnor Date: Fri, 8 Jun 2018 04:09:08 -0700 Subject: [PATCH] trying relative path with ./ --- data.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.tf b/data.tf index 41d4d10..4ce1cea 100644 --- a/data.tf +++ b/data.tf @@ -73,6 +73,6 @@ data template_file config_map_aws_auth { } module "ebs_optimized" { - source = "modules/util/ebs_optimized/" + source = "./modules/util/ebs_optimized/" instance_type = "${var.workers_instance_type}" }