Skip to content

Commit

Permalink
Merge pull request #68 from ministryofjustice/feature/bump-bucket-ver…
Browse files Browse the repository at this point in the history
…sion

update references to s3 bucket to latest version
  • Loading branch information
dms1981 authored Mar 2, 2022
2 parents 20b8200 + 203e3c8 commit f7003fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_iam_role_policy_attachment" "config-publish-policy" {

# AWS Config: configure an S3 bucket
module "config-bucket" {
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.0.1"
source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.0.2"
providers = {
aws.bucket-replication = aws.replication-region
}
Expand Down
4 changes: 2 additions & 2 deletions modules/cloudtrail/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "aws_cloudwatch_log_stream" "cloudtrail-stream" {

# # AWS CloudTrail: configure an S3 bucket
# module "cloudtrail-bucket" {
# source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v2.0.0"
# source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.0.2"
# providers = {
# aws.bucket-replication = aws.replication-region
# }
Expand All @@ -115,7 +115,7 @@ resource "aws_cloudwatch_log_stream" "cloudtrail-stream" {
# }

# module "cloudtrail-log-bucket" {
# source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v2.0.0"
# source = "github.com/ministryofjustice/modernisation-platform-terraform-s3-bucket?ref=v6.0.2"
# providers = {
# aws.bucket-replication = aws.replication-region
# }
Expand Down

0 comments on commit f7003fc

Please sign in to comment.