From 03751ced447e1e9fc8084e0309e6c86cb24e28c7 Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Tue, 22 Jun 2021 23:41:05 +0200 Subject: [PATCH] Upped version of bastion module from 0.0.6 to 0.0.7 --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 21e7fd7..4302080 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.6" + source = "git@github.com:webuildyourcloud/terraform-aws-bastion.git?ref=tags/0.0.7" enable_bastion = true environment = var.stage project = var.prefix