feat: add hosting-02
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
ee2699ea05
commit
13c75f3231
1 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,14 @@ module "hosting-01" {
|
||||||
location = "fsn1"
|
location = "fsn1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "hosting-02" {
|
||||||
|
source = "./modules/server"
|
||||||
|
|
||||||
|
hostname = "hosting-02"
|
||||||
|
dns_zone = "escapeangle.com"
|
||||||
|
location = "fsn1"
|
||||||
|
}
|
||||||
|
|
||||||
resource "cloudflare_dns_record" "headscale-cname" {
|
resource "cloudflare_dns_record" "headscale-cname" {
|
||||||
zone_id = data.cloudflare_zone.escapeangle.zone_id
|
zone_id = data.cloudflare_zone.escapeangle.zone_id
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue