From 408da5f4201fec9234cde888788162cf31421204 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Fri, 27 Dec 2019 03:15:49 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42a5bc6d..e4d2b034 100644 --- a/README.md +++ b/README.md @@ -328,9 +328,9 @@ This resource doesn't expose any additional attributes. * `ipv6` - (Optional) The IPv4 configuration * `address` - (Optional) The IPv6 address (use `dhcp` for autodiscovery) * `gateway` - (Optional) The IPv6 gateway (must be omitted when `dhcp` is used as the address) - * `user_account` - (Optional) The user account configuration - * `keys` - (Optional) The SSH keys - * `username` - (Optional) The SSH username + * `user_account` - (Required) The user account configuration + * `keys` - (Required) The SSH keys + * `username` - (Required) The SSH username * `cpu` - (Optional) The CPU configuration * `cores` - (Optional) The number of CPU cores (defaults to `1`) * `sockets` - (Optional) The number of CPU sockets (defaults to `1`)