feat: a bunch of things, also hcloud removal

This commit is contained in:
Kat Inskip 2024-10-25 12:55:56 -04:00
parent e59be4137b
commit 899e37094f
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
8 changed files with 40 additions and 32 deletions

View file

@ -1,4 +1,4 @@
resource "hcloud_network" "network" {
/*resource "hcloud_network" "network" {
name = "network-17a07f9"
ip_range = "10.0.0.0/16"
}
@ -8,4 +8,4 @@ resource "hcloud_network_subnet" "subnet" {
type = "cloud"
network_zone = "us-west"
ip_range = "10.0.1.0/24"
}
}*/

View file

@ -1,7 +1,7 @@
variable "hcloud_token" {
/*variable "hcloud_token" {
sensitive = true
}
provider "hcloud" {
token = var.hcloud_token
}
}*/

View file

@ -1,4 +1,4 @@
resource "hcloud_primary_ip" "ipv4" {
/*resource "hcloud_primary_ip" "ipv4" {
auto_delete = false
name = "yukari-v4-aef50a7"
datacenter = "hil-dc1"
@ -47,4 +47,4 @@ resource "hcloud_rdns" "yukari-v6" {
server_id = hcloud_server.yukari.id
ip_address = hcloud_server.yukari.ipv6_address
dns_ptr = "yukari.gensokyo.zone"
}
}*/