Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
dunefro committed Dec 2, 2024
1 parent 41edba0 commit 5774b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "network_id" {
value = var.use_existing_network ? var.network_id : module.network[0].network_id
value = var.use_existing_network ? var.network_id : module.network[0].network_id
description = "ID of the network"
}

Expand Down

0 comments on commit 5774b3a

Please sign in to comment.