Skip to content

Commit 0268d88

Browse files
committed
added output.tf file
1 parent cb9c6e9 commit 0268d88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terraform-output/output.tf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "public_ip"{
2+
value="${aws_instance.web-server.public_ip}"
3+
}

0 commit comments

Comments
 (0)