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_connector_account_stack"></a> [connector_account_stack](#input_connector_account_stack)| The Elastio Connector Account stack metadata. This is used to inherit the<br/> configs by the `nat-provision` stack. The value for this parameter can be<br/> provided as the `cloudformation_stack` output of the `account` module, or<br/> you could use a `data "aws_cloudformation_stack"` data source to fetch the<br/> stack metadata and provide it here. | <pre>object({<br/> parameters = map(string)<br/> })</pre> | n/a | yes |
50
+
| <aname="input_template_version"></a> [template_version](#input_template_version)| Specifies the version of Elastio NAT provision stack to deploy (e.g. `v5`).<br/><br/> This is a Cloudformation stack that automatically provisions NAT Gateways in<br/> your VPC when Elastio worker instances run to provide them with the outbound<br/> Internet access when Elastio is deployed in private subnets.<br/><br/> If you don't need this stack (e.g. you already have NAT gateways in your VPC<br/> or you deploy into public subnets) you can omit this parameter. The default<br/> value of `null` means there won't be any NAT provision stack deployed.<br/><br/> The source code of this stack can be found here:<br/> https://github.com/elastio/contrib/tree/master/elastio-nat-provision-lambda|`string`|`"v5"`| no |
| <aname="input_connector_account_stack"></a> [connector_account_stack](#input_connector_account_stack)| The Elastio Connector Account stack metadata. This is used to inherit the<br/> configs by the `region` stack. The value for this parameter can be<br/> provided as the `cloudformation_stack` output of the `account` module, or<br/> you could use a `data "aws_cloudformation_stack"` data source to fetch the<br/> stack metadata and provide it here. | <pre>object({<br/> name = string<br/> parameters = map(string)<br/> })</pre> | n/a | yes |
53
+
| <aname="input_elastio_pat"></a> [elastio_pat](#input_elastio_pat)| Personal Access Token generated by the Elastio Portal |`string`| n/a | yes |
54
+
| <aname="input_elastio_tenant"></a> [elastio_tenant](#input_elastio_tenant)| Name of your Elastio tenant. For example `mycompany.app.elastio.com`|`string`| n/a | yes |
55
+
| <aname="input_region"></a> [region](#input_region)| The AWS region where the Elastio connector will be deployed. If not specified<br/> then the currently configured default region will be used. |`string`|`null`| no |
56
+
| <aname="input_subnet_ids"></a> [subnet_ids](#input_subnet_ids)| The IDs of the subnets where the Elastio connector will be deployed<br/><br/> Must be omitted if the `network_configuration` was set to `Auto` in the `account` module,<br/> in which case Elastio will automatically create a VPC and subnets. |`list(string)`|`null`| no |
57
+
| <aname="input_vpc_id"></a> [vpc_id](#input_vpc_id)| The ID of the VPC where the Elastio connector will be deployed.<br/><br/> Must be omitted if the `network_configuration` was set to `Auto` in the `account` module,<br/> in which case Elastio will automatically create a VPC and subnets. |`string`|`null`| no |
0 commit comments