You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_policy_json"></a> [policy\_json](#input\_policy\_json)| An additional policy document as JSON to attach to IAM role |`string`|`null`| no |
202
202
| <aname="input_policy_jsons"></a> [policy\_jsons](#input\_policy\_jsons)| List of additional policy documents as JSON to attach to IAM role |`list(string)`|`[]`| no |
203
203
| <aname="input_policy_statements"></a> [policy\_statements](#input\_policy\_statements)| Map of dynamic policy statements to attach to IAM role |`any`|`{}`| no |
204
+
| <aname="input_publish"></a> [publish](#input\_publish)| Determines whether to set a version of the state machine when it is created. |`bool`|`false`| no |
204
205
| <aname="input_role_arn"></a> [role\_arn](#input\_role\_arn)| The Amazon Resource Name (ARN) of the IAM role to use for this Step Function |`string`|`""`| no |
205
206
| <aname="input_role_description"></a> [role\_description](#input\_role\_description)| Description of IAM role to use for Step Function |`string`|`null`| no |
206
207
| <aname="input_role_force_detach_policies"></a> [role\_force\_detach\_policies](#input\_role\_force\_detach\_policies)| Specifies to force detaching any policies the IAM role has before destroying it. |`bool`|`true`| no |
@@ -228,6 +229,7 @@ No modules.
228
229
| <aname="output_state_machine_creation_date"></a> [state\_machine\_creation\_date](#output\_state\_machine\_creation\_date)| The date the Step Function was created |
229
230
| <aname="output_state_machine_id"></a> [state\_machine\_id](#output\_state\_machine\_id)| The ARN of the Step Function |
230
231
| <aname="output_state_machine_status"></a> [state\_machine\_status](#output\_state\_machine\_status)| The current status of the Step Function |
232
+
| <aname="output_state_machine_version_arn"></a> [state\_machine\_version\_arn](#output\_state\_machine\_version\_arn)| The ARN of state machine version |
| <aname="output_state_machine_creation_date"></a> [state\_machine\_creation\_date](#output\_state\_machine\_creation\_date)| The date the State Machine was created |
70
70
| <aname="output_state_machine_id"></a> [state\_machine\_id](#output\_state\_machine\_id)| The ARN of the State Machine |
71
71
| <aname="output_state_machine_status"></a> [state\_machine\_status](#output\_state\_machine\_status)| The current status of the State Machine |
72
+
| <aname="output_state_machine_version_arn"></a> [state\_machine\_version\_arn](#output\_state\_machine\_version\_arn)| The ARN of state machine version |
0 commit comments