Skip to content

Commit

Permalink
Update vpn.tf
Browse files Browse the repository at this point in the history
Fix grammar in comment
  • Loading branch information
sparkprime committed Oct 26, 2015
1 parent 7e539ef commit 3b91f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gce-vpn/vpn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ resource "google_compute_forwarding_rule" "fr2_udp4500" {
}

# Each tunnel is responsible for encrypting and decrypting traffic exiting
# and leaving it's associated gateway
# and leaving its associated gateway
resource "google_compute_vpn_tunnel" "tunnel1" {
name = "tunnel1"
region = "${var.region1}"
Expand Down

0 comments on commit 3b91f04

Please sign in to comment.