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