We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9da01 commit adec95dCopy full SHA for adec95d
outputs.tf
@@ -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