mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update vpn.tf
Fix grammar in comment
This commit is contained in:
parent
7e539ef2cb
commit
3b91f047a3
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user