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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ No modules.
210
210
| <aname="input_create_spot_instance"></a> [create\_spot\_instance](#input\_create\_spot\_instance)| Depicts if the instance is a spot instance |`bool`|`false`| no |
211
211
| <aname="input_disable_api_stop"></a> [disable\_api\_stop](#input\_disable\_api\_stop)| If true, enables EC2 Instance Stop Protection. |`bool`|`null`| no |
212
212
| <aname="input_disable_api_termination"></a> [disable\_api\_termination](#input\_disable\_api\_termination)| If true, enables EC2 Instance Termination Protection |`bool`|`null`| no |
213
-
| <aname="input_ebs_block_device"></a> [ebs\_block\_device](#input\_ebs\_block\_device)| Additional EBS block devices to attach to the instance |`list(map(string))`|`[]`| no |
213
+
| <aname="input_ebs_block_device"></a> [ebs\_block\_device](#input\_ebs\_block\_device)| Additional EBS block devices to attach to the instance |`list(any)`|`[]`| no |
214
214
| <aname="input_ebs_optimized"></a> [ebs\_optimized](#input\_ebs\_optimized)| If true, the launched EC2 instance will be EBS-optimized |`bool`|`null`| no |
215
215
| <aname="input_enable_volume_tags"></a> [enable\_volume\_tags](#input\_enable\_volume\_tags)| Whether to enable volume tags (if enabled it conflicts with root\_block\_device tags) |`bool`|`true`| no |
216
216
| <aname="input_enclave_options_enabled"></a> [enclave\_options\_enabled](#input\_enclave\_options\_enabled)| Whether Nitro Enclaves will be enabled on the instance. Defaults to `false`|`bool`|`null`| no |
0 commit comments