Changed module source locations

This commit is contained in:
Patrick de Ruiter 2020-06-25 09:54:24 +02:00
parent 24d66dc8de
commit f9a7c3cbc1
No known key found for this signature in database
GPG Key ID: 9ECD83FE68EA6C9D

View File

@ -69,7 +69,7 @@ module "bastion" {
} }
module "eks_cluster" { module "eks_cluster" {
source = "git::https://terraform:czf1xEsPje-nCsyuyUby@gitlab.carnext.io/infra/terraform/modules/terraform-aws-eks-cluster.git?ref=tags/0.13.10" source = "git@github.com:webuildyourcloud/terraform-aws-eks-cluster.git"
stage = var.stage stage = var.stage
name = var.name name = var.name
attributes = var.attributes attributes = var.attributes
@ -87,7 +87,7 @@ module "eks_cluster" {
} }
module "eks_node_group" { module "eks_node_group" {
source = "git::https://terraform:czf1xEsPje-nCsyuyUby@gitlab.carnext.io/infra/terraform/modules/terraform-aws-eks-node-group.git?ref=tags/0.1.0" source = "git@github.com:webuildyourcloud/terraform-aws-eks-node-group.git"
stage = var.stage stage = var.stage
name = var.name name = var.name
attributes = var.attributes attributes = var.attributes