-
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.
resource/aws_network_interface_sg_attachment: Handle read-after-creat…
…e eventual consistency (#18466) * resource/aws_network_interface_sg_attachment: Handle read-after-create eventual consistency Reference: #10363 Reference: #16201 Reference: #16796 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSNetworkInterfaceSGAttachment_disappears (59.24s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_basic (59.57s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_Multiple (63.42s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_Instance (93.21s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_DataSource (105.56s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- PASS: TestAccAWSNetworkInterfaceSGAttachment_disappears (61.51s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_basic (62.15s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_Multiple (65.05s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_DataSource (93.55s) --- PASS: TestAccAWSNetworkInterfaceSGAttachment_Instance (114.74s) ``` * Update CHANGELOG for #18466
- Loading branch information
Showing
5 changed files
with
148 additions
and
95 deletions.
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,3 @@ | ||
```release-note:bug | ||
resource/aws_network_interface_sg_attachment: Handle read-after-create eventual consistency | ||
``` |
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.