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

View 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)}"
}