Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
gitlab-com
gitlab-com-infrastructure
Commits
457be4f4
Commit
457be4f4
authored
Feb 09, 2018
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing the gprd vpn.
parent
54721cf6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
environments/gprd/main.tf
environments/gprd/main.tf
+16
-11
No files found.
environments/gprd/main.tf
View file @
457be4f4
...
...
@@ -458,16 +458,21 @@ module "consul" {
#
# VPN connection to Azure
#
# Currently disabled as it isn't
# necessary
#
##################################
module
"google-azure-vpn"
{
source
=
"../../modules/google/vpn"
name
=
"gcp-azure-
${
var
.
environment
}
"
network_name
=
"
${module
.
network
.
self_link
}
"
network_link
=
"
${module
.
network
.
name
}
"
region
=
"
${
var
.
region
}
"
peer_ip
=
"
${
var
.
vpn_peer_address
}
"
shared_secret
=
"
${
var
.
vpn_shared_secret
}
"
dest_subnet
=
"
${
var
.
vpn_dest_subnet
}
"
source_subnet
=
"
${
var
.
vpn_source_subnet
}
"
}
# module "google-azure-vpn" {
# source = "../../modules/google/vpn"
# name = "gcp-azure-${var.environment}"
# network_name = "${module.network.self_link}"
# network_link = "${module.network.name}"
# region = "${var.region}"
# peer_ip = "${var.vpn_peer_address}"
# shared_secret = "${var.vpn_shared_secret}"
# dest_subnet = "${var.vpn_dest_subnet}"
# source_subnet = "${var.vpn_source_subnet}"
# }
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment