From b0ea7c8f6f0f4f4cc1bd41825ad97f2e3ba2a649 Mon Sep 17 00:00:00 2001 From: Veronica JungYeon Kim Date: Sat, 18 Nov 2023 02:55:22 +0900 Subject: [PATCH] Remove duplicates --- variables.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/variables.tf b/variables.tf index 3cc010bb..bfce5cdf 100644 --- a/variables.tf +++ b/variables.tf @@ -343,9 +343,3 @@ variable "elasticache_node_type" { # type = string # description = "Weights & Biases license key." # } - -variable "size" { - description = "Deployment size for the instance" - type = string - default = null -}