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

tencentcloud_eip_association issue when instances were deleted #60

Closed
yongzhang opened this issue Jul 3, 2019 · 2 comments
Closed

tencentcloud_eip_association issue when instances were deleted #60

yongzhang opened this issue Jul 3, 2019 · 2 comments

Comments

@yongzhang
Copy link

When instances were deleted manually, tencentcloud_eip_association will try to unbind a non-existing instances id from eip, so it will stuck till timeout, any solutions?

tencentcloud_eip_association.eip_tct_eu_assoc.2: Still destroying... (ID: eip-h6zvvaaq::ins-bnc8fsck, 50s elapsed)
tencentcloud_eip_association.eip_tct_eu_assoc.1: Still destroying... (ID: eip-m41t20x6::ins-4z5p73pk, 50s elapsed)
tencentcloud_eip_association.eip_tct_eu_assoc.0: Still destroying... (ID: eip-bhhoetfu::ins-gvytdt64, 50s elapsed)
tencentcloud_eip_association.eip_tct_cn_assoc.2: Still destroying... (ID: eip-7o6tunrb::ins-leqq7pop, 50s elapsed)
tencentcloud_eip_association.eip_tct_cn_assoc.1: Still destroying... (ID: eip-8ubh5hu5::ins-o8fpgoyp, 50s elapsed)
tencentcloud_eip_association.eip_tct_cn_assoc.0: Still destroying... (ID: eip-5x30nf2d::ins-ijieuuht, 50s elapsed)
tencentcloud_eip_association.eip_tct_eu_assoc.2: Still destroying... (ID: eip-h6zvvaaq::ins-bnc8fsck, 1m0s elapsed)
tencentcloud_eip_association.eip_tct_eu_assoc.1: Still destroying... (ID: eip-m41t20x6::ins-4z5p73pk, 1m0s elapsed)
tencentcloud_eip_association.eip_tct_eu_assoc.0: Still destroying... (ID: eip-bhhoetfu::ins-gvytdt64, 1m0s elapsed)
tencentcloud_eip_association.eip_tct_cn_assoc.2: Still destroying... (ID: eip-7o6tunrb::ins-leqq7pop, 1m0s elapsed)
tencentcloud_eip_association.eip_tct_cn_assoc.1: Still destroying... (ID: eip-8ubh5hu5::ins-o8fpgoyp, 1m0s elapsed)
tencentcloud_eip_association.eip_tct_cn_assoc.0: Still destroying... (ID: eip-5x30nf2d::ins-ijieuuht, 1m0s elapsed)

......

Error: Error applying plan:

6 error(s) occurred:

* tencentcloud_eip_association.eip_tct_cn_assoc[1] (destroy): 1 error(s) occurred:

* tencentcloud_eip_association.eip_tct_cn_assoc.1: eip still unbinding
* tencentcloud_eip_association.eip_tct_cn_assoc[0] (destroy): 1 error(s) occurred:

* tencentcloud_eip_association.eip_tct_cn_assoc.0: eip still unbinding
* tencentcloud_eip_association.eip_tct_eu_assoc[2] (destroy): 1 error(s) occurred:

* tencentcloud_eip_association.eip_tct_eu_assoc.2: eip still unbinding
* tencentcloud_eip_association.eip_tct_cn_assoc[2] (destroy): 1 error(s) occurred:

* tencentcloud_eip_association.eip_tct_cn_assoc.2: eip still unbinding
* tencentcloud_eip_association.eip_tct_eu_assoc[1] (destroy): 1 error(s) occurred:

* tencentcloud_eip_association.eip_tct_eu_assoc.1: eip still unbinding
* tencentcloud_eip_association.eip_tct_eu_assoc[0] (destroy): 1 error(s) occurred:

* tencentcloud_eip_association.eip_tct_eu_assoc.0: eip still unbinding

@likexian
Copy link
Contributor

Hello,
This has been fixed and will work on next release.

@yongzhang
Copy link
Author

@likexian Thanks for fixing this, it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants