We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9c6e9 commit 0268d88Copy full SHA for 0268d88
terraform-output/output.tf
@@ -0,0 +1,3 @@
1
+output "public_ip"{
2
+ value="${aws_instance.web-server.public_ip}"
3
+}
0 commit comments