Changed public_route_table_id to string instead of list of strings
This commit is contained in:
parent
e9bc6dacd7
commit
4433b3ebe7
@ -11,7 +11,7 @@ variable "enable_s3_endpoint" {
|
|||||||
|
|
||||||
variable "public_route_table_id" {
|
variable "public_route_table_id" {
|
||||||
description = "Public route table of the VPC where then endpoint is located"
|
description = "Public route table of the VPC where then endpoint is located"
|
||||||
type = list(string)
|
type = string
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "private_route_table_id" {
|
variable "private_route_table_id" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user