Update vpn.tf

Fix grammar in comment
This commit is contained in:
Dave Cunningham 2015-10-26 00:49:44 -04:00
parent 7e539ef2cb
commit 3b91f047a3
1 changed files with 1 additions and 1 deletions

View File

@ -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}"