-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/ec2: Add COIP support to aws_subnet resource and data source (#…
…16676) * service/ec2: Add COIP support to aws_subnet resource and data source Reference: #13170 Reference: #13171 Output from acceptance testing in OTL account: ``` --- PASS: TestAccDataSourceAwsSubnet_basic (25.67s) --- PASS: TestAccDataSourceAwsSubnet_ipv6ByIpv6CidrBlock (46.37s) --- PASS: TestAccDataSourceAwsSubnet_ipv6ByIpv6Filter (51.83s) --- PASS: TestAccAWSSubnet_availabilityZoneId (29.12s) --- PASS: TestAccAWSSubnet_basic (31.04s) --- PASS: TestAccAWSSubnet_CustomerOwnedIpv4Pool (63.80s) --- PASS: TestAccAWSSubnet_disappears (21.79s) --- PASS: TestAccAWSSubnet_enableIpv6 (79.03s) --- PASS: TestAccAWSSubnet_ignoreTags (45.48s) --- PASS: TestAccAWSSubnet_ipv6 (90.26s) --- PASS: TestAccAWSSubnet_MapCustomerOwnedIpOnLaunch (49.07s) --- PASS: TestAccAWSSubnet_outpost (47.45s) --- PASS: TestAccAWSSubnet_tags (68.74s) ``` * Update CHANGELOG for #16676 * Fix typo in CHANGELOG
- Loading branch information
Showing
11 changed files
with
323 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
```release-note:enhancement | ||
data-source/aws_subnet: Add `customer_owned_ipv4_pool` and `map_customer_owned_ip_on_launch` attributes | ||
``` | ||
|
||
```release-note:enhancement | ||
resource/aws_subnet: Add `customer_owned_ipv4_pool` and `map_customer_owned_ip_on_launch` attributes | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.