We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfbeb3 commit c9ee6fcCopy full SHA for c9ee6fc
environments/skeleton/{{cookiecutter.environment}}/tofu/control.tf
@@ -1,6 +1,6 @@
1
locals {
2
control_volumes = concat(
3
- # convert maps to list:
+ # convert maps to lists with zero or one entries:
4
[for v in data.openstack_blockstorage_volume_v3.state: v],
5
[for v in data.openstack_blockstorage_volume_v3.home: v]
6
)
0 commit comments