Skip to content

Commit ec8f1d6

Browse files
deploy: daaab9d
1 parent 7a7c4be commit ec8f1d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_services_virtual-private-cloud_ipv6.ts.html

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ <h1 class="page-title">aws/services/virtual-private-cloud/ipv6.ts</h1>
8080
const cfnSubnet = subnet.node.defaultChild as CfnSubnet
8181
cfnSubnet.ipv6CidrBlock = Fn.select(index, subnetIpv6CidrBlocks)
8282
cfnSubnet.assignIpv6AddressOnCreation = true
83+
cfnSubnet.ipv6Native = true
8384
})
8485

8586
const addDefaultIpv6Routes = (subnets: ISubnet[], gatewayId: string, routerType: RouterType) =>

0 commit comments

Comments
 (0)