remove debugging
This commit is contained in:
parent
7e5c9df918
commit
a6823b886e
1 changed files with 0 additions and 4 deletions
|
|
@ -3,10 +3,6 @@ data "hcloud_image" "talos_image" {
|
||||||
with_selector = "type=infra,os=talos,version=${var.talos_version}"
|
with_selector = "type=infra,os=talos,version=${var.talos_version}"
|
||||||
}
|
}
|
||||||
|
|
||||||
output "talos_image" {
|
|
||||||
value = data.hcloud_image.talos_image.id
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "hcloud_network" "private_net" {
|
resource "hcloud_network" "private_net" {
|
||||||
name = var.hcloud_private_network.name
|
name = var.hcloud_private_network.name
|
||||||
ip_range = var.hcloud_private_network.cidr
|
ip_range = var.hcloud_private_network.cidr
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue