-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/aws_network_interface_sg_attachment: "Error: Provider produced inconsistent result after apply" #16201
Comments
I see that the resource ID is not being set in |
We are seeing the same error, but with aws_sns_topic_subscription |
We saw the "Root resource was present" error for an |
I stumbled onto this because I have a similar error using a different provider. I thought it could be something didn't configure correctly in the config, but now that I see the simllar error in other providers, I will watch to see if an issue is fixed if it will be patched in other providers. |
…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) ```
…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
This has been released in version 3.35.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
Reported by @queglay and @atsalolikhin-spokeo in #12449:
and:
Affected Resource(s)
aws_network_interface_sg_attachment
The text was updated successfully, but these errors were encountered: