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_accounts"></a> [accounts](#input\_accounts)| The IDs AWS accounts where you want to create stack instances.<br/><br/>Specify `accounts` only if you are using `SELF_MANAGED` permissions model.<br/>If you are using the `SERVICE_MANAGED` permissions model specify `deployment_targets` instead. |`list(string)`|`null`| no |
55
+
| <aname="input_administration_role_arn"></a> [administration\_role\_arn](#input\_administration\_role\_arn)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set#administration_role_arn-1)|`string`|`null`| no |
| <aname="input_call_as"></a> [call\_as](#input\_call\_as)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set#call_as-1)|`string`|`null`| no |
58
+
| <aname="input_deployment_targets"></a> [deployment\_targets](#input\_deployment\_targets)| The AWS Organizations accounts for which to create stack instances.<br/><br/>Specify `deployment_targets` only if you are using `SERVICE_MANAGED` permissions model.<br/>If you are using the `SELF_MANAGED` permissions model specify `accounts` instead.<br/><br/>[Details](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_instances#deployment_targets)| <pre>object({<br/> account_filter_type = optional(string)<br/> accounts = optional(list(string))<br/> accounts_url = optional(string)<br/> organizational_unit_ids = optional(list(string))<br/> })</pre> |`null`| no |
59
+
| <aname="input_encrypt_with_cmk"></a> [encrypt\_with\_cmk](#input\_encrypt\_with\_cmk)| Provision an additional customer-managed KMS key to encrypt Lambda environment variables.<br/>This increases the cost of the stack. |`bool`|`false`| no |
60
+
| <aname="input_execution_role_name"></a> [execution\_role\_name](#input\_execution\_role\_name)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set#execution_role_name-1)|`string`|`null`| no |
61
+
| <aname="input_iam_resource_names_prefix"></a> [iam\_resource\_names\_prefix](#input\_iam\_resource\_names\_prefix)| Add a custom prefix to names of all IAM resources deployed by this stack. |`string`|`""`| no |
62
+
| <aname="input_iam_resource_names_suffix"></a> [iam\_resource\_names\_suffix](#input\_iam\_resource\_names\_suffix)| Add a custom prefix to names of all IAM resources deployed by this stack. |`string`|`""`| no |
63
+
| <aname="input_lambda_tracing"></a> [lambda\_tracing](#input\_lambda\_tracing)| Enable AWS X-Ray tracing for Lambda functions.<br/>This increases the cost of the stack. |`bool`|`false`| no |
64
+
| <aname="input_managed_execution"></a> [managed\_execution](#input\_managed\_execution)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set#managed_execution-1)| <pre>object({<br/> active = optional(bool)<br/> })</pre> |`null`| no |
65
+
| <aname="input_operation_preferences"></a> [operation\_preferences](#input\_operation\_preferences)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_instances#operation_preferences)| <pre>object({<br/> concurrency_mode = optional(string)<br/> failure_tolerance_count = optional(number)<br/> failure_tolerance_percentage = optional(number)<br/> max_concurrent_count = optional(number)<br/> max_concurrent_percentage = optional(number)<br/><br/> # Region settings are not supported, because there must be at most one stack per account in a single region.<br/> })</pre> |`null`| no |
66
+
| <aname="input_permission_model"></a> [permission\_model](#input\_permission\_model)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set#permission_model-1)|`string`|`null`| no |
67
+
| <aname="input_region"></a> [region](#input\_region)| The AWS region where the Elastio Asset Account stack instances will be deployed.<br/>It is just a single region because this stack is deployed only once per AWS account. |`string`|`"us-east-1"`| no |
68
+
| <aname="input_retain_stacks"></a> [retain\_stacks](#input\_retain\_stacks)|[See docs here](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_instances#retain_stacks-1)|`bool`|`null`| no |
69
+
| <aname="input_stack_set_description"></a> [stack\_set\_description](#input\_stack\_set\_description)| n/a |`string`|`"Elastio Asset Account StackSet creates IAM roles to link the AWS accounts with\nthe Elastio Connector. This allows the Elastio Connector to scan the assets\navailable in the account where the Elastio Asset Account stack instances are\ndeployed.\n"`| no |
70
+
| <aname="input_stack_set_name"></a> [stack\_set\_name](#input\_stack\_set\_name)| n/a |`string`|`"ElastioAssetAccount"`| no |
71
+
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags to apply to all resources created by this stack. |`map(string)`|`{}`| no |
72
+
| <aname="input_template_url"></a> [template\_url](#input\_template\_url)| The URL of the Elastio Asset Account CloudFormation template obtained from<br/>the Elastio Portal.<br/><br/>This parameter is sensitive, because anyone who knows this URL can deploy<br/>Elastio Account stack and linking it to your Elastio tenant. |`string`| n/a | yes |
73
+
74
+
## Outputs
75
+
76
+
| Name | Description |
77
+
|------|-------------|
78
+
| <aname="output_stack_instances"></a> [stack\_instances](#output\_stack\_instances)| The outputs of the aws\_cloudformation\_stack\_instances resource. |
79
+
| <aname="output_stack_set"></a> [stack\_set](#output\_stack\_set)| The outputs of the aws\_cloudformation\_stack\_set resource. |
0 commit comments