From a88aee344f4b9b900e14e2bb147a7425273c4601 Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Tue, 22 Jun 2021 23:38:32 +0200 Subject: [PATCH] Upped version of bastion module from 0.0.5 to 0.0.6 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 3d2a64b..21e7fd7 100644 --- a/main.tf +++ b/main.tf @@ -82,7 +82,7 @@ module "subnets" { #} 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 environment = var.stage project = var.prefix