diff --git a/variables.tf b/variables.tf index a65a6a1..30b8eed 100644 --- a/variables.tf +++ b/variables.tf @@ -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" {