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
* feat: adding support for multiple regions
* chore: bringing in the upstream changes
* chore: removing to the lockfile
* docs: updating the documentation
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
27
-
28
9
## Inputs
29
10
30
11
| Name | Description | Type | Default | Required |
@@ -34,6 +15,7 @@ No modules.
34
15
| <aname="input_tags"></a> [tags](#input\_tags)| The tags to apply to the cloudformation stack |`map(string)`| n/a | yes |
35
16
| <aname="input_template"></a> [template](#input\_template)| The body of the cloudformation template to deploy |`string`| n/a | yes |
36
17
| <aname="input_capabilities"></a> [capabilities](#input\_capabilities)| The capabilities required to deploy the cloudformation template |`list(string)`| <pre>[<br/> "CAPABILITY_NAMED_IAM",<br/> "CAPABILITY_AUTO_EXPAND",<br/> "CAPABILITY_IAM"<br/>]</pre> | no |
18
+
| <aname="input_enabled_regions"></a> [enabled\_regions](#input\_enabled\_regions)| The regions to deploy the cloudformation stack to (if empty, deploys to current region) |`list(string)`|`null`| no |
37
19
| <aname="input_failure_tolerance_count"></a> [failure\_tolerance\_count](#input\_failure\_tolerance\_count)| The number of failures that are tolerated before the stack operation is stopped |`number`|`0`| no |
38
20
| <aname="input_max_concurrent_count"></a> [max\_concurrent\_count](#input\_max\_concurrent\_count)| The maximum number of concurrent deployments |`number`|`10`| no |
39
21
| <aname="input_organizational_units"></a> [organizational\_units](#input\_organizational\_units)| The organizational units to deploy the stackset to |`list(string)`|`[]`| no |
0 commit comments