DimensionDataResearch / terraform-provider-ddcloud

Terraform provider for Dimension Data cloud compute.
MIT License
16 stars 13 forks source link

Destroying servers directly instead of removing all the NICs first #79

Closed mingsheng36 closed 7 years ago

mingsheng36 commented 7 years ago

Is it possible to delete servers directly and skipping the deletion of the NICs? In CloudControl the server can be deleted regardless of how many NICs are still attached to it

Just a minor enhancement suggestion, if it requires too much effort please drop it.

tintoy commented 7 years ago

Do you mean when the NICs are separate resources? If so, sorry but Terraform doesn't work like that - the network adapter resource doesn't know what the server resource is doing...

On 10 Dec. 2016, at 4:24 pm, Ming Sheng notifications@github.com<mailto:notifications@github.com> wrote:

Is it possible to delete servers directly and skipping the deletion of the NICs? In CloudControl the server can be deleted regardless if the NICs are still attached.

Just a minor enhancement suggestion, if it requires too much effort please drop it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/DimensionDataResearch/dd-cloud-compute-terraform/issues/79, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABkezMYC1vhKQktHcpWyAcVwjXufVSU5ks5rGjd4gaJpZM4LJkF3.

itevomcid

mingsheng36 commented 7 years ago

Alright, understood.