Skip to content

Commit adec95d

Browse files
Create outputs.tf
1 parent 8f9da01 commit adec95d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

outputs.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
output "arn" {
2+
value = aws_instance.testinstance.arn
3+
}
4+
5+
output "public_ip" {
6+
value = aws_instance.testinstance.public_ip
7+
}

0 commit comments

Comments
 (0)