You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a composition with the openstack provider, I need to create a project then a network but I'm running into this error
observe failed: cannot run plan: plan failed: Instance cannot be destroyed: Resource openstack_networking_network_v2.os-tenant-26l6b has lifecycle.prevent_destroy set, but the plan calls for this resource to be destroyed. To avoid this error and continue with the plan, either disable lifecycle.prevent_destroy or reduce the scope of the plan using the -target flag.
so I'm looking for away to pass plan args to the terraform inside the provider.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm trying to create a composition with the openstack provider, I need to create a project then a network but I'm running into this error
observe failed: cannot run plan: plan failed: Instance cannot be destroyed: Resource openstack_networking_network_v2.os-tenant-26l6b has lifecycle.prevent_destroy set, but the plan calls for this resource to be destroyed. To avoid this error and continue with the plan, either disable lifecycle.prevent_destroy or reduce the scope of the plan using the -target flag.
so I'm looking for away to pass plan args to the terraform inside the provider.
Thank you for your insights !
Beta Was this translation helpful? Give feedback.
All reactions