Skip to content

Commit 9dfce46

Browse files
committed
minor
1 parent 72fda4d commit 9dfce46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ output "subnet_ids" {
99
}
1010

1111
output "network" {
12-
value = "${format("%s [id= %s]",openstack_networking_network_v2.this.name, openstack_networking_network_v2.this.id)}"
12+
value = "${openstack_networking_network_v2.this.name}"
1313
description = "The Network being created"
1414
}
1515
output "subnets" {

0 commit comments

Comments
 (0)