File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Note that this example may create resources which cost money. Run `terraform des
39
39
| <a name =" module_eventbridge " ></a > [ eventbridge] ( #module\_ eventbridge ) | ../../ | n/a |
40
40
| <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 |
41
41
| <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 |
42
- | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-aws-modules/kms/aws | ~ > 3 .0 |
42
+ | <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-aws-modules/kms/aws | ~ > 2 .0 |
43
43
| <a name =" module_lambda_target " ></a > [ lambda\_ target] ( #module\_ lambda\_ target ) | terraform-aws-modules/lambda/aws | ~ > 6.0 |
44
44
| <a name =" module_logs_bucket " ></a > [ logs\_ bucket] ( #module\_ logs\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 4.0 |
45
45
| <a name =" module_step_function_target " ></a > [ step\_ function\_ target] ( #module\_ step\_ function\_ target ) | terraform-aws-modules/step-functions/aws | ~ > 2.0 |
Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ data "aws_iam_policy_document" "firehose_to_s3" {
581
581
582
582
module "kms" {
583
583
source = " terraform-aws-modules/kms/aws"
584
- version = " ~> 3 .0"
584
+ version = " ~> 2 .0"
585
585
description = " KMS key for cross region automated backups replication"
586
586
587
587
# Aliases
You can’t perform that action at this time.
0 commit comments