Keep existing git.fxhnt.ai hostname for GitLab CE (repoint DNS to new Tailscale IP after deploy). Add Terraform DNS module to manage the A record via Terragrunt instead of manual scw CLI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
161 B
HCL
5 lines
161 B
HCL
output "git_fqdn" {
|
|
description = "FQDN for the GitLab instance"
|
|
value = "${scaleway_domain_record.git.name}.${scaleway_domain_record.git.dns_zone}"
|
|
}
|