Skip to content

Commit 8a21735

Browse files
trying relative path with ./
1 parent 268b3a1 commit 8a21735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ data template_file config_map_aws_auth {
7373
}
7474

7575
module "ebs_optimized" {
76-
source = "modules/util/ebs_optimized/"
76+
source = "./modules/util/ebs_optimized/"
7777
instance_type = "${var.workers_instance_type}"
7878
}

0 commit comments

Comments
 (0)