Skip to content

Commit 237d6b4

Browse files
committed
adjust spacing
1 parent 20faa9b commit 237d6b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openstack/infrastructure.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ resource "openstack_blockstorage_volume_v3" "volumes" {
109109
enable_online_resize = lookup(each.value, "enable_resize", false)
110110
}
111111
data "openstack_blockstorage_volume_v3" "existing_volumes" {
112-
for_each = {
112+
for_each = {
113113
for x, values in module.design.volumes : x => values if ! lookup(values, "managed", true)
114114
}
115-
name = "${var.cluster_name}-${each.key}"
115+
name = "${var.cluster_name}-${each.key}"
116116
}
117117

118118
resource "openstack_compute_volume_attach_v2" "attachments" {

0 commit comments

Comments
 (0)