Modified module source

This commit is contained in:
Patrick de Ruiter 2020-06-24 14:05:04 +02:00
parent 5e53c5e333
commit 80b3206168
No known key found for this signature in database
GPG Key ID: 9ECD83FE68EA6C9D

View File

@ -56,7 +56,8 @@ module "subnets" {
} }
module "bastion" { module "bastion" {
source = "git::https://terraform:czf1xEsPje-nCsyuyUby@gitlab.carnext.io/infra/terraform/modules/bastion.git" #source = "git::https://terraform:czf1xEsPje-nCsyuyUby@gitlab.carnext.io/infra/terraform/modules/bastion.git"
source = "git::git@github.com:webuildyourcloud/terraform-aws-bastion.git"
enable_bastion = true enable_bastion = true
environment = var.stage environment = var.stage
project = var.prefix project = var.prefix