Remove hcloud servers

This commit is contained in:
Paul-Henri Froidmont 2024-12-18 11:21:45 +01:00
parent 7c1f95f11b
commit d43684fde5
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
4 changed files with 1 additions and 110 deletions

View file

@ -22,14 +22,6 @@ resource "hetznerdns_record" "banditlair_hcloud_a" {
ttl = 600
}
resource "hetznerdns_record" "backend1_a" {
zone_id = data.hetznerdns_zone.banditlair_zone.id
name = "backend1"
value = hcloud_server.backend1.ipv4_address
type = "A"
ttl = 600
}
resource "hetznerdns_record" "webmail_a" {
zone_id = data.hetznerdns_zone.banditlair_zone.id
name = "webmail"
@ -206,14 +198,6 @@ resource "hetznerdns_record" "cifirpg_a" {
ttl = 600
}
resource "hetznerdns_record" "db1_a" {
zone_id = data.hetznerdns_zone.banditlair_zone.id
name = "db1"
value = hcloud_server.db1.ipv4_address
type = "A"
ttl = 600
}
resource "hetznerdns_record" "banditlair_dedicated_a" {
zone_id = data.hetznerdns_zone.banditlair_zone.id
name = "*"