Skip to content

Commit

Permalink
Merge pull request #474 from ministryofjustice/feature/update
Browse files Browse the repository at this point in the history
Update main.tf
  • Loading branch information
robertsweetman authored Jul 5, 2024
2 parents 3ea0e64 + 0e61a2c commit 836db07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ In order to prevent older versions from being retained forever, in addition to t

| Name | Source | Version |
|------|--------|---------|
| <a name="module_s3-bucket"></a> [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | 568694e50e03630d99cb569eafa06a0b879a1239 |
| <a name="module_s3-bucket"></a> [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | 7b2b75c178f855d8c48d3bda4ac53df782288c02 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resource "random_string" "random6" {
#tfsec:ignore:avd-aws-0132 - The bucket policy is attached to the bucket
module "s3-bucket" {
#checkov:skip=CKV2_AWS_64: "Ensure KMS key Policy is defined - not needed here"
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=568694e50e03630d99cb569eafa06a0b879a1239"
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=7b2b75c178f855d8c48d3bda4ac53df782288c02"

providers = {
# Since replication_enabled is false, the below provider is not being used.
Expand Down

0 comments on commit 836db07

Please sign in to comment.