We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0ab94 commit 20faa9bCopy full SHA for 20faa9b
openstack/infrastructure.tf
@@ -107,9 +107,6 @@ resource "openstack_blockstorage_volume_v3" "volumes" {
107
volume_type = lookup(each.value, "type", null)
108
snapshot_id = lookup(each.value, "snapshot", null)
109
enable_online_resize = lookup(each.value, "enable_resize", false)
110
- lifecycle {
111
- prevent_destroy = ! lookup(values, "managed", true)
112
- }
113
}
114
data "openstack_blockstorage_volume_v3" "existing_volumes" {
115
for_each = {
0 commit comments