We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72fda4d commit 9dfce46Copy full SHA for 9dfce46
1 file changed
outputs.tf
@@ -9,7 +9,7 @@ output "subnet_ids" {
9
}
10
11
output "network" {
12
- value = "${format("%s [id= %s]",openstack_networking_network_v2.this.name, openstack_networking_network_v2.this.id)}"
+ value = "${openstack_networking_network_v2.this.name}"
13
description = "The Network being created"
14
15
output "subnets" {
0 commit comments