Remove duplicate variable

This commit is contained in:
Arsenii Petrovich 2019-02-28 20:49:49 +03:00 committed by GitHub
parent bfc75d9117
commit b00c9cbf72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ variable "alb_ssl_policy" {}
variable "alb_certificate_arn" {}
variable "use_ssl" {}
variable "chain_graphiql_transaction" {
default = {}
}
variable "chain_block_transformer" {
default = {}
}