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
|[aws_arn.function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/arn)| data source |
120
121
|[aws_arn.role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/arn)| data source |
@@ -130,6 +131,7 @@ No modules.
130
131
| <aname="input_exclude"></a> [exclude](#input\_exclude)| List of actions to exclude from being executed on snapshot request. |`list(string)`|`[]`| no |
131
132
| <aname="input_iam_name_prefix"></a> [iam\_name\_prefix](#input\_iam\_name\_prefix)| Prefix used for all created IAM roles and policies |`string`|`""`| no |
132
133
| <aname="input_include"></a> [include](#input\_include)| List of actions to include in snapshot request. |`list(string)`|`[]`| no |
134
+
| <aname="input_invoke_snapshot_on_start_enabled"></a> [invoke\_snapshot\_on\_start\_enabled](#input\_invoke\_snapshot\_on\_start\_enabled)| Toggle invocation of snapshot from Cloudformation. |`string`|`true`| no |
| <aname="input_overrides"></a> [overrides](#input\_overrides)| List of configuration overrides. | <pre>list(object({<br> action = string<br> config = map(any)<br> }))</pre> |`[]`| no |
135
137
| <aname="input_resources"></a> [resources](#input\_resources)| List of resources to scope policy to. |`list(string)`| <pre>[<br> "*"<br>]</pre> | no |
0 commit comments