Upped version of bastion module from 0.0.5 to 0.0.6

This commit is contained in:
Patrick de Ruiter 2021-06-22 23:38:32 +02:00
parent d3b9e751b2
commit a88aee344f

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.5" source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.6"
enable_bastion = true enable_bastion = true
environment = var.stage environment = var.stage
project = var.prefix project = var.prefix