Skip to content

Commit 23f1c37

Browse files
Merge pull request #10 from terraform-aws-modules/fix/CI_broken_on_submodule
modified submodule path
2 parents 268b3a1 + 8b5e18b commit 23f1c37

File tree

4 files changed

+1
-1
lines changed

4 files 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/tf_util_ebs_optimized"
7777
instance_type = "${var.workers_instance_type}"
7878
}

0 commit comments

Comments
 (0)