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 9fe72e8 commit b824573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _example/public-private-subnet-endpoint/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module "vpc" {
label_order = ["name", "environment"]

cidr_block = "10.0.0.0/16"
enable_flow_log = true
}

####----------------------------------------------------------------------------------
Expand Down

0 comments on commit b824573

Please sign in to comment.