mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-28 12:11:48 +01:00
renamign teh submodule
This commit is contained in:
4
modules/tf_util_ebs_optimized/outputs.tf
Normal file
4
modules/tf_util_ebs_optimized/outputs.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
output "answer" {
|
||||
description = "Returns true or false depending on if the instance type is able to be EBS optimized."
|
||||
value = "${lookup(local.ebs_optimized_types, var.instance_type, false)}"
|
||||
}
|
||||
Reference in New Issue
Block a user