Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Jul 6, 2023
1 parent 5387340 commit 1ff4767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment/deployments/qserv/vpc_peering2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "google_compute_network" "remote_peer_project" {
# VPC PEERING
# ----------------------------------------
module "peering-1" {
# qserv-int <-> rsp-dev
# qserv <-> rsp
source = "../../../../modules/vpc_peering"

local_network = data.google_compute_network.local_network.self_link
Expand Down
2 changes: 1 addition & 1 deletion environment/deployments/qserv/vpc_peering3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ data "google_compute_network" "remote_peer_project" {
# VPC PEERING
# ----------------------------------------
module "peering-1" {
# qserv-prod <-> rsp-dev
# qserv <-> rsp
source = "../../../../modules/vpc_peering"

local_network = data.google_compute_network.local_network.self_link
Expand Down

0 comments on commit 1ff4767

Please sign in to comment.