-
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
aws_dx_gateway_association_proposal still recreated #18608
Comments
Thanks for reporting this @toelke! @ewbankkit, do you have any feedback on what could be happening here? |
@toelke Can you attach the output of a |
When applying this it will work but break the association for a few minutes. In three days or so it will again want to re-create the proposal. The original poster in #9209 has this quote from AWS: "Once the proposal is accepted, it will disappear after some time. There is no defined time duration as to how long the proposal is available after acceptance". See especially the comment #9209 (comment) |
@toelke You could try adding lifecycle {
ignore_changes = [
proposal_id,
]
} to the |
Yes, but the proposal will still be re-created, breaking the connection. |
Aah, so it's the creation of the new proposal that causes the association to break (and thus the network outage) rather than the change of the proposal ID in the |
I can try to check that. In any case terraform would recreate the proposal every few days which will show up as configuration drift. Even without outage that's not ideal. |
I tested re-creating the proposal and not changing the So using I would still prefer not to have config drift, though. |
This functionality has been released in v3.50.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. Thank you! |
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. |
Community Note
Issue
This is to note that issue #9209 is closed but not solved; creating a
aws_dx_gateway_association_proposal
and accepting it will still, after a few days, try to recreate theaws_dx_gateway_association_proposal
. See #9209 for all information.The text was updated successfully, but these errors were encountered: