Skip to content

Commit

Permalink
Bumps MCAF KMS module to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Wessels Beljaars <[email protected]>
  • Loading branch information
stefanwb committed Dec 14, 2023
1 parent d54eb74 commit 6743402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kms.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Management Account
module "kms_key" {
source = "github.com/schubergphilis/terraform-aws-mcaf-kms?ref=v0.2.0"
source = "github.com/schubergphilis/terraform-aws-mcaf-kms?ref=v0.3.0"
name = "inception"
description = "KMS key used in the master account"
enable_key_rotation = true
Expand Down Expand Up @@ -84,7 +84,7 @@ data "aws_iam_policy_document" "kms_key" {
module "kms_key_audit" {
providers = { aws = aws.audit }

source = "github.com/schubergphilis/terraform-aws-mcaf-kms?ref=v0.2.0"
source = "github.com/schubergphilis/terraform-aws-mcaf-kms?ref=v0.3.0"
name = "audit"
description = "KMS key used for encrypting audit-related data"
enable_key_rotation = true
Expand Down Expand Up @@ -203,7 +203,7 @@ data "aws_iam_policy_document" "kms_key_audit" {
module "kms_key_logging" {
providers = { aws = aws.logging }

source = "github.com/schubergphilis/terraform-aws-mcaf-kms?ref=v0.2.0"
source = "github.com/schubergphilis/terraform-aws-mcaf-kms?ref=v0.3.0"
name = "logging"
description = "KMS key to use with logging account"
enable_key_rotation = true
Expand Down

0 comments on commit 6743402

Please sign in to comment.