File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Note that this example may create resources which cost money. Run `terraform des
4242| <a name =" module_eventbridge " ></a > [ eventbridge] ( #module\_ eventbridge ) | ../../ | n/a |
4343| <a name =" module_lambda " ></a > [ lambda] ( #module\_ lambda ) | terraform-aws-modules/lambda/aws | ~ > 8.0 |
4444| <a name =" module_sns " ></a > [ sns] ( #module\_ sns ) | terraform-aws-modules/sns/aws | ~ > 6.0 |
45- | <a name =" module_step_function " ></a > [ step\_ function] ( #module\_ step\_ function ) | terraform-aws-modules/step-functions/aws | ~ > 2 .0 |
45+ | <a name =" module_step_function " ></a > [ step\_ function] ( #module\_ step\_ function ) | terraform-aws-modules/step-functions/aws | ~ > 5 .0 |
4646
4747## Resources
4848
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ resource "aws_cloudwatch_log_group" "this" {
293293
294294module "step_function" {
295295 source = " terraform-aws-modules/step-functions/aws"
296- version = " ~> 2 .0"
296+ version = " ~> 5 .0"
297297
298298 name = random_pet. this . id
299299
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Note that this example may create resources which cost money. Run `terraform des
4242| <a name =" module_kms " ></a > [ kms] ( #module\_ kms ) | terraform-aws-modules/kms/aws | ~ > 2.0 |
4343| <a name =" module_lambda_target " ></a > [ lambda\_ target] ( #module\_ lambda\_ target ) | terraform-aws-modules/lambda/aws | ~ > 8.0 |
4444| <a name =" module_logs_bucket " ></a > [ logs\_ bucket] ( #module\_ logs\_ bucket ) | terraform-aws-modules/s3-bucket/aws | ~ > 5.0 |
45- | <a name =" module_step_function_target " ></a > [ step\_ function\_ target] ( #module\_ step\_ function\_ target ) | terraform-aws-modules/step-functions/aws | ~ > 2 .0 |
45+ | <a name =" module_step_function_target " ></a > [ step\_ function\_ target] ( #module\_ step\_ function\_ target ) | terraform-aws-modules/step-functions/aws | ~ > 5 .0 |
4646
4747## Resources
4848
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ resource "null_resource" "download_package" {
526526
527527module "step_function_target" {
528528 source = " terraform-aws-modules/step-functions/aws"
529- version = " ~> 2 .0"
529+ version = " ~> 5 .0"
530530
531531 name = " ${ random_pet . this . id } -target"
532532
You can’t perform that action at this time.
0 commit comments