Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix regression
  • Loading branch information
osterman committed Jul 20, 2018
commit bbd02adde5c97d5287a8721f4c5b7292fdc23ddf
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ variable "transit_encryption_enabled" {
}

variable "notification_topic_arn" {
default = "10000000"
default = ""
description = "Notification topic arn"
}

Expand Down