mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-05-01 21:04:27 +02:00
Merge pull request #10 from terraform-aws-modules/fix/CI_broken_on_submodule
modified submodule path
This commit is contained in:
2
data.tf
2
data.tf
@@ -73,6 +73,6 @@ data template_file config_map_aws_auth {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "ebs_optimized" {
|
module "ebs_optimized" {
|
||||||
source = "modules/util/ebs_optimized/"
|
source = "./modules/tf_util_ebs_optimized"
|
||||||
instance_type = "${var.workers_instance_type}"
|
instance_type = "${var.workers_instance_type}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user