Changed public_route_table_id to string instead of list of strings

This commit is contained in:
Patrick de Ruiter 2020-08-06 10:00:09 +02:00
parent e9bc6dacd7
commit 4433b3ebe7

View File

@ -11,7 +11,7 @@ variable "enable_s3_endpoint" {
variable "public_route_table_id" {
description = "Public route table of the VPC where then endpoint is located"
type = list(string)
type = string
}
variable "private_route_table_id" {