Skip to content

Commit

Permalink
Be explicit that ephemeral IP is a public IP. (GoogleCloudPlatform#4973)
Browse files Browse the repository at this point in the history
  • Loading branch information
diekmann authored and khajduczenia committed Oct 12, 2021
1 parent 73702d7 commit 078640d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "google_compute_instance" "default" {
network = "default"
access_config {
// Ephemeral IP
// Ephemeral public IP
}
}
Expand Down

0 comments on commit 078640d

Please sign in to comment.