Skip to content

Commit

Permalink
TF: Remove redirects var
Browse files Browse the repository at this point in the history
  • Loading branch information
timmeinerzhagen committed Nov 1, 2021
1 parent f456225 commit ec4d17d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/lambda_edge_function/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ variable "configuration" {
cookieCompatibility = string,
additionalCookies = map(string),
requiredGroup = string,
redirects = list(object({
source = string
target = string
}))
allowOmitHtmlExtension = bool
basicAuthUsername = string
basicAuthPassword = string
Expand Down

0 comments on commit ec4d17d

Please sign in to comment.