Changed boolean from false to true for the enable_s3_endpoint variable
This commit is contained in:
parent
0b0e50dfab
commit
6fbef68acb
@ -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" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user