Upped version of bastion module from 0.0.1 to 0.0.3

This commit is contained in:
Patrick de Ruiter 2021-06-22 22:51:39 +02:00
parent f0a6a88416
commit 7140e29035

View File

@ -82,7 +82,7 @@ module "subnets" {
#} #}
module "bastion" { module "bastion" {
source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.1" source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.3"
enable_bastion = true enable_bastion = true
environment = var.stage environment = var.stage
project = var.prefix project = var.prefix