mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-07 18:07:21 +00:00
This PR reverts commit that moves out IPv6 address to a separate subdomain (deploying that will cause a prod downtime) and simply removes the check that causes redirect loops.
16 lines
293 B
HCL
16 lines
293 B
HCL
output "service_account" {
|
|
value = google_service_account.application
|
|
}
|
|
|
|
output "target_tags" {
|
|
value = ["app-${local.application_name}"]
|
|
}
|
|
|
|
output "instance_group" {
|
|
value = google_compute_region_instance_group_manager.application
|
|
}
|
|
|
|
output "host" {
|
|
value = var.application_dns_tld
|
|
}
|