Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Feb 8, 2022
1 parent 5045719 commit 279a908
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ variable "cloudtrail_accounts" {
type = list(string)
}

variable "config_source_accounts" {
description = "List of source accounts with permission to send logs Config bucket."
default = []
type = list(string)
}

variable "config_accounts" {
description = "List of accounts for Config logs. By default limits to the current account."
default = []
Expand Down

0 comments on commit 279a908

Please sign in to comment.