mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Migrate stb-wordpress
This commit is contained in:
parent
8c6f7aef49
commit
58372fd44f
3 changed files with 68 additions and 1 deletions
2
dns.tf
2
dns.tf
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue