mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: a bunch of things, also hcloud removal
This commit is contained in:
parent
e59be4137b
commit
899e37094f
8 changed files with 40 additions and 32 deletions
|
|
@ -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"
|
||||
}
|
||||
}*/
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
variable "hcloud_token" {
|
||||
/*variable "hcloud_token" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
provider "hcloud" {
|
||||
token = var.hcloud_token
|
||||
}
|
||||
}*/
|
||||
|
|
@ -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"
|
||||
}
|
||||
}*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue