Modified module source
This commit is contained in:
parent
5e53c5e333
commit
80b3206168
3
main.tf
3
main.tf
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user