summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-01-01 02:38:02 +0200
committerPaul Buetow <paul@buetow.org>2024-01-01 02:38:02 +0200
commit0c8d5654bbad2bc2876c65c26eea5925192338a3 (patch)
tree50b0e822d04a673f0e317cece40992f77eeb6016
parent86e3ca1ac57ebd3544dd84d9cb4b1cf3916df6ba (diff)
ok
-rw-r--r--org-buetow-bastion/outputs.tf3
1 files changed, 3 insertions, 0 deletions
diff --git a/org-buetow-bastion/outputs.tf b/org-buetow-bastion/outputs.tf
new file mode 100644
index 0000000..617b907
--- /dev/null
+++ b/org-buetow-bastion/outputs.tf
@@ -0,0 +1,3 @@
+output "ip" {
+ value = aws_instance.bastion.public_ip
+}