Skip to content

Releases: ministryofjustice/cloud-platform-terraform-s3-bucket

4.7

02 Dec 15:51
937e566
Compare
Choose a tag to compare
4.7

Fix s3 policy change by using local

Terraform 0.13 upgrade

23 Feb 11:06
bbac4ee
Compare
Choose a tag to compare
Merge pull request #39 from ministryofjustice/tf-0.13

Terraform 0.13 upgrade for repository

Add AWS var.namespace

16 Feb 14:19
1a96b87
Compare
Choose a tag to compare
Merge pull request #38 from ministryofjustice/remove-version-file

Delete versions.tf

Adding bucket_name support

10 Aug 13:31
dbcd1ff
Compare
Choose a tag to compare

This PR introduces a new variable, bucket_name.

This variable is not required, and the module will generate a bucket name by default ( cloud-platform-* )

Enable 'Block Public Access'

15 Jul 14:38
8697b8b
Compare
Choose a tag to compare

New resource block added 'aws_s3_bucket_public_access_block' with related var 'enable_allow_block_pub_access'. With exception to 'acl' being 'public-read' all other buckets will have 'block public access' set to ON by default.

Enable logging

19 Jun 09:48
ba94d7d
Compare
Choose a tag to compare

This version includes the capability of enabling logging for the bucket. For more details on usage please see 'example/s3.tf' and README.

4.1

06 Dec 13:38
4d6e8e5
Compare
Choose a tag to compare
4.1

This is to fix the Path in which to create the user.

We were using "team_name" to create the path, but team name can be any thing and causing errors.

So fixed it removing the "team_name"

Terraform 0.12.13 major release

27 Nov 10:45
118ce90
Compare
Choose a tag to compare
Merge pull request #22 from ministryofjustice/tf12-upgrade-example

Upgrade example and Readme to Terraform 0.12.13

Terraform 0.12.13 upgrade

21 Nov 12:21
dc7de60
Compare
Choose a tag to compare
Pre-release

DONOT USE until the release tag is tested with Cloud Platform environment pipeline.

3.4

12 Nov 12:29
b83c140
Compare
Choose a tag to compare