From e9501d493df608181c394a5c480276c6724bf185 Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Tue, 22 Jun 2021 23:24:42 +0200 Subject: [PATCH] Upped bastion from 0.0.3 to 0.0.4 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 81e7b37..fe181b0 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.3" + source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.4" enable_bastion = true environment = var.stage project = var.prefix