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: terraform/all-in-one.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,9 +209,9 @@ No resources.
209
209
| <aname="input_extra_files_script"></a> [extra\_files\_script](#input_extra_files_script)| A script that should place files in the current directory that will be copied to the targets / directory |`string`|`null`| no |
210
210
| <aname="input_file"></a> [file](#input_file)| Nix file containing the nixos\_system\_attr and nixos\_partitioner\_attr. Use this if you are not using flake |`string`|`null`| no |
211
211
| <aname="input_install_bootloader"></a> [install\_bootloader](#input_install_bootloader)| Install/re-install the bootloader |`bool`|`false`| no |
212
-
| <aname="input_install_port"></a> [install\_port](#input_install_port)| SSH port used to connect to the target\_host, before installing NixOS. If null than the value of `target_port` is used |`string`|`null`| no |
212
+
| <aname="input_install_port"></a> [install\_port](#input_install_port)| SSH port used to connect to the target\_host, before installing NixOS. If null then the value of `target_port` is used |`string`|`null`| no |
213
213
| <aname="input_install_ssh_key"></a> [install\_ssh\_key](#input_install_ssh_key)| Content of private key used to connect to the target\_host during initial installation |`string`|`null`| no |
214
-
| <aname="input_install_user"></a> [install\_user](#input_install_user)| SSH user used to connect to the target\_host, before installing NixOS. If null than the value of `target_host` is used |`string`|`null`| no |
214
+
| <aname="input_install_user"></a> [install\_user](#input_install_user)| SSH user used to connect to the target\_host, before installing NixOS. If null then the value of `target_host` is used |`string`|`null`| no |
215
215
| <aname="input_instance_id"></a> [instance\_id](#input_instance_id)| The instance id of the target\_host, used to track when to reinstall the machine |`string`|`null`| no |
| <aname="input_nix_options"></a> [nix\_options](#input_nix_options)| the options of nix |`map(string)`|`{}`| no |
@@ -224,8 +224,8 @@ No resources.
224
224
| <aname="input_special_args"></a> [special\_args](#input_special_args)| A map exposed as NixOS's `specialArgs` thru a file. |`any`|`{}`| no |
225
225
| <aname="input_stop_after_disko"></a> [stop\_after\_disko](#input_stop_after_disko)| DEPRECATED: Use `phases` instead. Exit after disko formatting |`bool`|`false`| no |
226
226
| <aname="input_target_host"></a> [target\_host](#input_target_host)| DNS host to deploy to |`string`| n/a | yes |
227
-
| <aname="input_target_port"></a> [target\_port](#input_target_port)| SSH port used to connect to the target\_host after installing NixOS. If install\_port is not set than this port is also used before installing. |`number`|`22`| no |
228
-
| <aname="input_target_user"></a> [target\_user](#input_target_user)| SSH user used to connect to the target\_host after installing NixOS. If install\_user is not set than this user is also used before installing. |`string`|`"root"`| no |
227
+
| <aname="input_target_port"></a> [target\_port](#input_target_port)| SSH port used to connect to the target\_host after installing NixOS. If install\_port is not set then this port is also used before installing. |`number`|`22`| no |
228
+
| <aname="input_target_user"></a> [target\_user](#input_target_user)| SSH user used to connect to the target\_host after installing NixOS. If install\_user is not set then this user is also used before installing. |`string`|`"root"`| no |
0 commit comments