Skip to content

Commit

Permalink
kms module v2
Browse files Browse the repository at this point in the history
  • Loading branch information
magreenbaum committed Aug 31, 2024
1 parent f7374f0 commit 6b0cba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-pipes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Note that this example may create resources which cost money. Run `terraform des
| <a name="module_eventbridge"></a> [eventbridge](#module\_eventbridge) | ../../ | n/a |
| <a name="module_firehose_to_s3"></a> [firehose\_to\_s3](#module\_firehose\_to\_s3) | terraform-aws-modules/iam/aws//modules/iam-assumable-role | ~> 5.0 |
| <a name="module_firehose_to_s3_policy"></a> [firehose\_to\_s3\_policy](#module\_firehose\_to\_s3\_policy) | terraform-aws-modules/iam/aws//modules/iam-policy | ~> 5.0 |
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | ~> 3.0 |
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-aws-modules/kms/aws | ~> 2.0 |
| <a name="module_lambda_target"></a> [lambda\_target](#module\_lambda\_target) | terraform-aws-modules/lambda/aws | ~> 6.0 |
| <a name="module_logs_bucket"></a> [logs\_bucket](#module\_logs\_bucket) | terraform-aws-modules/s3-bucket/aws | ~> 4.0 |
| <a name="module_step_function_target"></a> [step\_function\_target](#module\_step\_function\_target) | terraform-aws-modules/step-functions/aws | ~> 2.0 |
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pipes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ data "aws_iam_policy_document" "firehose_to_s3" {

module "kms" {
source = "terraform-aws-modules/kms/aws"
version = "~> 3.0"
version = "~> 2.0"
description = "KMS key for cross region automated backups replication"

# Aliases
Expand Down

0 comments on commit 6b0cba6

Please sign in to comment.