Skip to content

Commit

Permalink
fix: add dependency to subnets creation for network_id output
Browse files Browse the repository at this point in the history
  • Loading branch information
KoLiBer committed Jul 26, 2022
1 parent ab08a20 commit d0abc93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
output "network_id" {
depends_on = [hcloud_network_subnet.this]

value = hcloud_network.this.id
sensitive = false
description = "Network ID"
Expand Down

0 comments on commit d0abc93

Please sign in to comment.