Removed unused variable. (#165)

This commit is contained in:
Tom Archer 2023-03-01 21:36:02 -08:00 committed by GitHub
parent dfb496f340
commit 841ae58a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,3 @@ variable "listener_name" {
variable "request_routing_rule_name" {
default = "myRoutingRule"
}
variable "redirect_configuration_name" {
default = "myRedirectConfig"
}