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