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.
2 parents 46968f7 + fc7a4a4 commit dc33665Copy full SHA for dc33665
infrastructure-as-code/gcp-compute-instance/main.tf
@@ -63,5 +63,5 @@ resource "google_compute_instance" "demo" {
63
}
64
65
output "external_ip"{
66
- value = "${google_compute_instance.demo.network_interface.0.access_config.0.assigned_nat_ip}"
+ value = "${google_compute_instance.demo.network_interface.0.access_config.0.nat_ip}"
67
0 commit comments