From 0dd720abb12979e2be95b5a383b5b30d0a413b8b Mon Sep 17 00:00:00 2001 From: Jake Mulley Date: Tue, 31 Oct 2023 15:36:00 +0000 Subject: [PATCH] Update s3.tf --- examples/s3.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/s3.tf b/examples/s3.tf index e2b760f..e84f678 100644 --- a/examples/s3.tf +++ b/examples/s3.tf @@ -5,7 +5,7 @@ * */ module "s3_bucket" { - source = "github.com/ministryofjustice/cloud-platform-terraform-s3-bucket?ref=6.0.0" + source = "github.com/ministryofjustice/cloud-platform-terraform-s3-bucket?ref=5.1.0" team_name = var.team_name business_unit = var.business_unit