mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
[KUBERNETES] WIP
This commit is contained in:
parent
13a5da246a
commit
d99f517b4a
4 changed files with 101 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ resource "hcloud_server" "ran" {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
resource "hcloud_rdns" "ran-v4" {
|
||||
server_id = hcloud_server.ran.id
|
||||
ip_address = hcloud_server.ran.ipv4_address
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ resource "hcloud_server" "yukari" {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
resource "hcloud_rdns" "yukari-v4" {
|
||||
server_id = hcloud_server.yukari.id
|
||||
ip_address = hcloud_server.yukari.ipv4_address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue