9 lines
308 B
HCL
9 lines
308 B
HCL
# ------------------------------------------------------------------------------
|
|
# Amazon Step Function outputs
|
|
# ------------------------------------------------------------------------------
|
|
|
|
output "name" {
|
|
description = "The name of the Step Function"
|
|
value = aws_sfn_state_machine.this.name
|
|
}
|