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 323eeeb commit f3ea1eeCopy full SHA for f3ea1ee
outputs.tf
@@ -0,0 +1,3 @@
1
+output "instance_private_ip" {
2
+ value = google_compute_instance.main.network_interface.0.network_ip
3
+}
0 commit comments