Skip to content

Commit 6c36801

Browse files
feat: allow outbound IPV6 traffic on VPC functions hat are connected to dual-stack subnets
Signed-off-by: Sebastien RIBIERE <[email protected]>
1 parent ab40f04 commit 6c36801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/with-vpc/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module "lambda_function_in_vpc" {
2323

2424
vpc_subnet_ids = module.vpc.intra_subnets
2525
vpc_security_group_ids = [module.vpc.default_security_group_id]
26+
ipv6_allowed_for_dual_stack = true
2627
attach_network_policy = true
2728
replace_security_groups_on_destroy = true
2829
replacement_security_group_ids = [module.vpc.default_security_group_id]

0 commit comments

Comments
 (0)