Skip to content

Commit

Permalink
fix: Remove additional_s3_bucket_notification_queues
Browse files Browse the repository at this point in the history
  • Loading branch information
baolsen committed Feb 22, 2023
1 parent b68fb7f commit c6c9488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ variable "excluded_scoped_actions_effect" {
type = string
description = "Should the existing exluded actions be replaces or appended to. By default it will append to the list, valid values: APPEND, REPLACE"
default = "APPEND"

validation {
condition = contains([
"APPEND",
Expand Down

0 comments on commit c6c9488

Please sign in to comment.