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 +}