From a60b2982ad8b2a9966fb16aa251ea21a376d711a Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 23 Jun 2018 23:45:03 +0100 Subject: Switch to using the public AWS domain of the build machine Rather than the configured domain, as the corresponding SSH key shouldn't change for the AWS domain (whereas it does for the configured domain, if the machine changes). --- terraform/aws/backend/main.tf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'terraform') diff --git a/terraform/aws/backend/main.tf b/terraform/aws/backend/main.tf index 24dd3d8..c3fcf60 100644 --- a/terraform/aws/backend/main.tf +++ b/terraform/aws/backend/main.tf @@ -352,6 +352,10 @@ output "guix_daemon_private_dns" { value = "${aws_spot_instance_request.main.private_dns}" } +output "guix_daemon_public_dns" { + value = "${aws_spot_instance_request.main.public_dns}" +} + output "efs_file_system_dns_name" { value = "${aws_efs_file_system.main.dns_name}" } -- cgit v1.2.3