Changed boolean from false to true for the enable_s3_endpoint variable

This commit is contained in:
Patrick de Ruiter 2020-08-06 13:32:09 +02:00
parent 0b0e50dfab
commit 6fbef68acb

View File

@ -6,7 +6,7 @@ variable "vpc_id" {
variable "enable_s3_endpoint" {
description = "Should be true if you want to provision an S3 endpoint to the VPC"
type = bool
default = false
default = true
}
variable "public_route_table_ids" {