Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mboisson committed Jan 14, 2025
1 parent 20faa9b commit 237d6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstack/infrastructure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ resource "openstack_blockstorage_volume_v3" "volumes" {
enable_online_resize = lookup(each.value, "enable_resize", false)
}
data "openstack_blockstorage_volume_v3" "existing_volumes" {
for_each = {
for_each = {
for x, values in module.design.volumes : x => values if ! lookup(values, "managed", true)
}
name = "${var.cluster_name}-${each.key}"
name = "${var.cluster_name}-${each.key}"
}

resource "openstack_compute_volume_attach_v2" "attachments" {
Expand Down

0 comments on commit 237d6b4

Please sign in to comment.