From 1c37aafe6dd94efccce703dc967ea4d5a1615891 Mon Sep 17 00:00:00 2001 From: joaquin Date: Mon, 30 Dec 2019 14:55:45 +0100 Subject: [PATCH] typo --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 5c71117..49d93ff 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ variable "eks_cluster_name" {} variable "region" {} -variable "instanct_type" { +variable "instance_type" { default = "m5.large" }