-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
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) ```
- Loading branch information
Showing
10 changed files
with
316 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
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.