Skip to content

Commit

Permalink
feat: update kms version
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Sep 28, 2023
1 parent 220924a commit 5e4dafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cloudtrail/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ data "aws_iam_policy_document" "cloudwatch_delivery_policy" {

module "kms_key" {
source = "clouddrove/kms/aws"
version = "1.3.0"
version = "1.3.1"

name = var.name
environment = var.environment
Expand Down

0 comments on commit 5e4dafe

Please sign in to comment.