Terraform data source for managing an AWS SFN (Step Functions) State Machine Versions.
data "aws_sfn_state_machine_versions" "test" {
statemachine_arn = aws_sfn_state_machine.test.arn
}
The following arguments are required:
statemachine_arn
- (Required) ARN of the State Machine.This data source exports the following attributes in addition to the arguments above:
statemachine_versions
- ARN List identifying the statemachine versions.