Skip to content

Commit

Permalink
Update terraform-aws-kms-key module version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgallard committed Nov 2, 2021
1 parent 90ce616 commit 186ac73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/us-east-1/security-audit/awscloudtrail.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module "cloudtrail" {
}

module "cloudtrail_s3_bucket" {
source = "github.com/binbashar/terraform-aws-cloudtrail-s3-bucket.git?ref=0.18.0"
source = "github.com/binbashar/terraform-aws-cloudtrail-s3-bucket.git?ref=0.23.1"
namespace = var.project
stage = var.environment
name = "cloudtrail-org"
Expand Down
2 changes: 1 addition & 1 deletion security/us-east-1/security-keys/kms.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "kms_key" {
source = "github.com/binbashar/terraform-aws-kms-key.git?ref=0.10.0"
source = "github.com/binbashar/terraform-aws-kms-key.git?ref=0.11.0"

enabled = true
namespace = var.project
Expand Down

0 comments on commit 186ac73

Please sign in to comment.