Changed module source locations
This commit is contained in:
parent
24d66dc8de
commit
f9a7c3cbc1
4
main.tf
4
main.tf
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user