Skip to content

Commit dc33665

Browse files
authored
Merge pull request hashicorp#178 from hashicorp/jboero-gcp-hcl2
Updated for TF 0.12
2 parents 46968f7 + fc7a4a4 commit dc33665

File tree

1 file changed

+1
-1
lines changed
  • infrastructure-as-code/gcp-compute-instance

1 file changed

+1
-1
lines changed

infrastructure-as-code/gcp-compute-instance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ resource "google_compute_instance" "demo" {
6363
}
6464

6565
output "external_ip"{
66-
value = "${google_compute_instance.demo.network_interface.0.access_config.0.assigned_nat_ip}"
66+
value = "${google_compute_instance.demo.network_interface.0.access_config.0.nat_ip}"
6767
}

0 commit comments

Comments
 (0)