Data Source: aws_sfn_state_machine

Use this data source to get the ARN of a State Machine in AWS Step Function (SFN). By using this data source, you can reference a state machine without having to hard code the ARNs as input.

Example Usage

data "aws_sfn_state_machine" "example" {
  name = "an_example_sfn_name"
}

Argument Reference

Attribute Reference

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