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
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ EOF
50
50
}
51
51
}
52
52
53
+
type = "STANDARD"
54
+
53
55
tags = {
54
56
Module = "my"
55
57
}
@@ -127,13 +129,13 @@ module "step_function" {
127
129
| Name | Version |
128
130
|------|---------|
129
131
| terraform | >= 0.12.6 |
130
-
| aws | >= 2.67|
132
+
| aws | >= 3.27|
131
133
132
134
## Providers
133
135
134
136
| Name | Version |
135
137
|------|---------|
136
-
| aws | >= 2.67|
138
+
| aws | >= 3.27|
137
139
138
140
## Inputs
139
141
@@ -167,6 +169,7 @@ module "step_function" {
167
169
| service\_integrations | Map of AWS service integrations to allow in IAM role policy |`any`|`{}`| no |
168
170
| tags | Maps of tags to assign to the Step Function |`map(string)`|`{}`| no |
169
171
| trusted\_entities | Step Function additional trusted entities for assuming roles (trust relationship) |`list(string)`|`[]`| no |
172
+
| type | Determines whether a Standard or Express state machine is created. The default is STANDARD. Valid Values: STANDARD \| EXPRESS |`string`|`"STANDARD"`| no |
170
173
| use\_existing\_role | Whether to use an existing IAM role for this Step Function |`bool`|`false`| no |
0 commit comments