Skip to content

Commit f3ea1ee

Browse files
feat(outputs): output private ip address (#2)
1 parent 323eeeb commit f3ea1ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

outputs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
output "instance_private_ip" {
2+
value = google_compute_instance.main.network_interface.0.network_ip
3+
}

0 commit comments

Comments
 (0)