Data Source: aws_sfn_state_machine_versions

Terraform data source for managing an AWS SFN (Step Functions) State Machine Versions.

Example Usage

Basic Usage

data "aws_sfn_state_machine_versions" "test" {
  statemachine_arn = aws_sfn_state_machine.test.arn
}

Argument Reference

The following arguments are required:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: