From 11c375087c332c009926ba23027ab14d1b934dc2 Mon Sep 17 00:00:00 2001 From: Rizal Widyarta Gowandy Date: Wed, 27 Jan 2021 18:44:59 +0700 Subject: [PATCH] Fix event_methods --- variables.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/variables.tf b/variables.tf index c5fe2ac..98edb64 100644 --- a/variables.tf +++ b/variables.tf @@ -11,9 +11,7 @@ variable "event_name" { } variable "event_methods" { - type = object({ - key = string - }) + type = list(string) } variable "base_row" {