Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_network_interface_sg_attachment: Handle read-after-create eventual consistency #18466

Merged
merged 2 commits into from
Apr 1, 2021

Commits on Mar 29, 2021

  1. resource/aws_network_interface_sg_attachment: Handle read-after-creat…

    …e 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)
    ```
    bflad committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    52a6261 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #18466

    bflad committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    1900aa1 View commit details
    Browse the repository at this point in the history