forked from hashicorp/terraform-provider-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path35614.txt
31 lines (24 loc) · 1.19 KB
/
35614.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
```release-note:enhancement
resource/aws_vpc: Support `ipv6_cidr_block` sizes between `/44` and `/60` in increments of /4
```
```release-note:enhancement
resource/aws_vpc: Support `ipv6_netmask_length` values between `44` and `60` in increments of 4
```
```release-note:enhancement
resource/aws_default_vpc: Support `ipv6_cidr_block` sizes between `/44` and `/60` in increments of /4
```
```release-note:enhancement
resource/aws_default_vpc: Support `ipv6_netmask_length` values between `44` and `60` in increments of 4
```
```release-note:enhancement
resource/aws_vpc_ipv6_cidr_block_association: Support `ipv6_cidr_block` sizes between `/44` and `/60` in increments of /4
```
```release-note:enhancement
resource/aws_vpc_ipv6_cidr_block_association: Support `ipv6_netmask_length` values between `44` and `60` in increments of 4
```
```release-note:enhancement
resource/aws_vpc_security_group_ingress_rule: Add `tags` to the `AuthorizeSecurityGroupIngress` EC2 API call instead of making a separate `CreateTags` call
```
```release-note:enhancement
resource/aws_vpc_security_group_egress_rule: Add `tags` to the `AuthorizeSecurityGroupEgress` EC2 API call instead of making a separate `CreateTags` call
```