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_ec2_transit_gateway_route_table_propagation: Wait for enable and disable operations to complete #18470

Merged

Commits on Mar 29, 2021

  1. resource/aws_ec2_transit_gateway_route_table_propagation: Wait for en…

    …able and disable operations to complete
    
    Reference: #14043
    Reference: #16796
    
    The waiter should help prevent the read-after-create eventual consistency issue, but also added the `d.IsNewResource()` checks to ensure the confusing Terraform CLI error is prevented.
    
    Output from acceptance testing in AWS Commercial:
    
    ```
    --- PASS: TestAccAWSEc2TransitGatewayRouteTablePropagation_basic (385.06s)
    ```
    
    Output from acceptance testing in AWS GovCloud (US):
    
    ```
    --- PASS: TestAccAWSEc2TransitGatewayRouteTablePropagation_basic (348.55s)
    ```
    bflad committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    54ded39 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for #18470

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