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
42
42
| <a name =" module_eventbridge " ></a > [ eventbridge] ( #module\_ eventbridge ) | ../../ | n/a |
43
43
| <a name =" module_lambda " ></a > [ lambda] ( #module\_ lambda ) | terraform-aws-modules/lambda/aws | ~ > 8.0 |
44
44
| <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 |
46
46
47
47
## Resources
48
48
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ resource "aws_cloudwatch_log_group" "this" {
293
293
294
294
module "step_function" {
295
295
source = " terraform-aws-modules/step-functions/aws"
296
- version = " ~> 2 .0"
296
+ version = " ~> 5 .0"
297
297
298
298
name = random_pet. this . id
299
299
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
42
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 | ~ > 8.0 |
44
44
| <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 |
46
46
47
47
## Resources
48
48
Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ resource "null_resource" "download_package" {
526
526
527
527
module "step_function_target" {
528
528
source = " terraform-aws-modules/step-functions/aws"
529
- version = " ~> 2 .0"
529
+ version = " ~> 5 .0"
530
530
531
531
name = " ${ random_pet . this . id } -target"
532
532
You can’t perform that action at this time.
0 commit comments