We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb3db0 commit 72fda4dCopy full SHA for 72fda4d
1 file changed
main.tf
@@ -30,5 +30,6 @@ resource "openstack_networking_subnet_v2" "this" {
30
data "openstack_networking_subnet_v2" "created_subnets" {
31
count = "${length(var.subnets)}"
32
33
- name = "${element(openstack_networking_subnet_v2.this.*.name, count.index)}"
34
-}
+ name = "${element(openstack_networking_subnet_v2.this.*.name, count.index)}"
+ network_id = "${openstack_networking_network_v2.this.id}"
35
+}
0 commit comments