Skip to content

Commit 272af08

Browse files
committed
Updated version of step-functions module
1 parent d481c67 commit 272af08

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ resource "aws_cloudwatch_log_group" "this" {
293293

294294
module "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

examples/with-pipes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/with-pipes/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ resource "null_resource" "download_package" {
526526

527527
module "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

0 commit comments

Comments
 (0)