diff options
| -rw-r--r-- | org-buetow-bastion/outputs.tf | 3 |
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 +} |
