Skip to content

Commit

Permalink
feat: enabled vpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vibutigoyal committed Jun 21, 2023
1 parent 5dabff5 commit d9ef25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/public-private-subnet-endpoint/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module "vpc" {
label_order = ["name", "environment"]

cidr_block = "10.0.0.0/16"
enable_flow_log = true
}

####----------------------------------------------------------------------------------
Expand All @@ -42,4 +41,5 @@ module "subnets" {
assign_ipv6_address_on_creation = false
enable_vpc_endpoint = true
service_name = "com.amazonaws.${data.aws_region.current.name}.ec2"
enable_flow_log = false
}

0 comments on commit d9ef25a

Please sign in to comment.