mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
Merge pull request #10 from terraform-aws-modules/fix/CI_broken_on_submodule
modified submodule path
This commit is contained in:
@@ -73,6 +73,6 @@ data template_file config_map_aws_auth {
|
||||
}
|
||||
|
||||
module "ebs_optimized" {
|
||||
source = "modules/util/ebs_optimized/"
|
||||
source = "./modules/tf_util_ebs_optimized"
|
||||
instance_type = "${var.workers_instance_type}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user