mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-27 03:41:05 +01:00
trying relative path with ./
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/util/ebs_optimized/"
|
||||||
instance_type = "${var.workers_instance_type}"
|
instance_type = "${var.workers_instance_type}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user