From 0c399fc2692ae834e21e29437aac3ecf712bf87c Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Mon, 6 May 2024 14:00:56 -0400 Subject: [PATCH] fix: forgot to add host_ip to aws tf --- hosts/arrow/aws/outputs.tf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hosts/arrow/aws/outputs.tf diff --git a/hosts/arrow/aws/outputs.tf b/hosts/arrow/aws/outputs.tf new file mode 100644 index 0000000..8bb4ab5 --- /dev/null +++ b/hosts/arrow/aws/outputs.tf @@ -0,0 +1,3 @@ +output "host_ip" { + value = aws_instance.instance.public_ip +}