## Requirements
No requirements.
## Providers
No providers.
## Modules
No modules.
## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [authorized\_key](#input\_authorized\_key) | n/a | `string` | `""` | no |
| [cloud\_init](#input\_cloud\_init) | Override system cloud\_init | `string` | `""` | no |
| [cloud\_init\_vars](#input\_cloud\_init\_vars) | Override cloud init vars | `map` | `{}` | no |
| [domain](#input\_domain) | n/a | `string` | `"nodomain"` | no |
| [hostname](#input\_hostname) | n/a | `string` | `"noname"` | no |
| [os\_name](#input\_os\_name) | The name of the operating system to create | `string` | `"ubuntu"` | no |
| [os\_version](#input\_os\_version) | The version of the operationg system to use | `string` | `"latest"` | no |
| [password\_hash](#input\_password\_hash) | n/a | `string` | `""` | no |
| [user](#input\_user) | n/a | `string` | `"cloud"` | no |
## Outputs
| Name | Description |
|------|-------------|
| [cloud\_init](#output\_cloud\_init) | n/a |
| [distro](#output\_distro) | n/a |
| [os](#output\_os) | n/a |
| [template](#output\_template) | n/a |
| [template\_vars](#output\_template\_vars) | n/a |