chore: Restructured infra modules
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
output "id" {
|
||||
value = hcloud_network.main.id
|
||||
}
|
||||
|
||||
# Exposed so dependents can depend_on the subnet existing, not just the network -
|
||||
# attaching a server to a network fails if the network has no subnet yet.
|
||||
output "subnet_id" {
|
||||
value = hcloud_network_subnet.main.id
|
||||
}
|
||||
Reference in New Issue
Block a user