Skip to content

Commit

Permalink
Bump infraform module source URLs to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Hogan committed Apr 11, 2018
1 parent 009531b commit 3d4ca79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions terraform/aws/corporate/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider "aws" {


module "corporate_core_metrics_to_vault" {
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.42"

peer_owner_id = "${var.peer_owner_id}"
vault_client_subnet_id = "${var.corporate_core_metrics_subnet_id}"
Expand All @@ -46,7 +46,7 @@ module "corporate_core_metrics_to_vault" {
}

module "cm_to_vault" {
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.42"

peer_owner_id = "${var.peer_owner_id}"
vault_client_subnet_id = "${var.cm_subnet_id}"
Expand All @@ -61,7 +61,7 @@ module "cm_to_vault" {
}

module "jenkins_to_vault" {
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.42"

peer_owner_id = "${var.peer_owner_id}"
vault_client_subnet_id = "${var.jenkins_subnet_id}"
Expand All @@ -76,7 +76,7 @@ module "jenkins_to_vault" {
}

module "vault_elbv2_dns_record" {
source = "[email protected]:wpengine/infraform.git//modules/dns-for-aws-elbv2?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/dns-for-aws-elbv2?ref=v1.42"

name = "${var.vault_dns_record_name}"
load_balancer_arn = "${var.vault_load_balancer_arn}"
Expand Down
6 changes: 3 additions & 3 deletions terraform/aws/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ provider "google" {
}

module "corporate_core_metrics_to_vault" {
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/aws-vpc-peering-to-vault-vpc?ref=v1.42"

vault_client_name = "metricsapp"
vault_client_subnet_id = "${var.corporate_core_metrics_subnet_id}"
Expand All @@ -52,7 +52,7 @@ module "corporate_core_metrics_to_vault" {
}

module "dev_cm_to_vault" {
source = "[email protected]:wpengine/infraform.git//modules/gcp-vpn-to-vault-vpc?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/gcp-vpn-to-vault-vpc?ref=v1.42"

vault_client_name = "dev-cm"
vault_client_gcp_region = "${var.gcp_region}"
Expand All @@ -68,7 +68,7 @@ module "dev_cm_to_vault" {
}

module "vault_elbv2_dns_record" {
source = "[email protected]:wpengine/infraform.git//modules/dns-for-aws-elbv2?ref=v1.41"
source = "[email protected]:wpengine/infraform.git//modules/dns-for-aws-elbv2?ref=v1.42"

name = "${var.vault_dns_record_name}"
load_balancer_arn = "${var.vault_load_balancer_arn}"
Expand Down

0 comments on commit 3d4ca79

Please sign in to comment.