1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

renamign teh submodule

This commit is contained in:
brandoconnor
2018-06-08 04:21:53 -07:00
parent 8a217358c7
commit 8b5e18be9f
4 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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}"
} }