Skip to content

Commit c9ee6fc

Browse files
committed
address review comments
1 parent 0bfbeb3 commit c9ee6fc

File tree

1 file changed

+1
-1
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+1
-1
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/control.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
control_volumes = concat(
3-
# convert maps to list:
3+
# convert maps to lists with zero or one entries:
44
[for v in data.openstack_blockstorage_volume_v3.state: v],
55
[for v in data.openstack_blockstorage_volume_v3.home: v]
66
)

0 commit comments

Comments
 (0)