Skip to content

Instantly share code, notes, and snippets.

@mixassio
Created March 16, 2019 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mixassio/1dd7784f7aae7c881f0c9ac0119a942b to your computer and use it in GitHub Desktop.
Save mixassio/1dd7784f7aae7c881f0c9ac0119a942b to your computer and use it in GitHub Desktop.
terraform example outputs.tf
output "app_external_ip" {
value = "${google_compute_instance.app.network_interface.0.access_config.0.assigned_nat_ip}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment