Skip to content

Commit

Permalink
Fix event_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizal Widyarta Gowandy committed Jan 27, 2021
1 parent 42be30e commit 11c3750
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ variable "event_name" {
}

variable "event_methods" {
type = object({
key = string
})
type = list(string)
}

variable "base_row" {
Expand Down

0 comments on commit 11c3750

Please sign in to comment.