Skip to content

Commit

Permalink
Merge pull request #275 from ministryofjustice/fix/checkov-errors-#4872
Browse files Browse the repository at this point in the history
Pointed to latest s3-bucket release and stopped a KMS checkov - CKV2_A…
  • Loading branch information
SteveLinden authored Oct 17, 2023
2 parents a7d291c + 0919ffb commit b922c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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 | 8688bc15a08fbf5a4f4eef9b7433c5a417df8df1 |
| <a name="module_s3-bucket"></a> [s3-bucket](#module\_s3-bucket) | github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket | 568694e50e03630d99cb569eafa06a0b879a1239 |

## Resources

Expand Down
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ resource "random_string" "random6" {
}

module "s3-bucket" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=8688bc15a08fbf5a4f4eef9b7433c5a417df8df1"
#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"

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

0 comments on commit b922c8c

Please sign in to comment.