Migrate stb-wordpress

This commit is contained in:
Paul-Henri Froidmont 2021-12-08 01:03:24 +01:00
parent 8c6f7aef49
commit 58372fd44f
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
3 changed files with 68 additions and 1 deletions

2
dns.tf
View file

@ -287,7 +287,7 @@ data "hetznerdns_zone" "stb_zone" {
resource "hetznerdns_record" "stb_a" {
zone_id = data.hetznerdns_zone.stb_zone.id
name = "@"
value = hetznerdns_record.banditlair_dedicated_a.value
value = local.storage1_ip
type = "A"
ttl = 600
}