diff --git a/modules/compute-vm/README.md b/modules/compute-vm/README.md
index a9cc0236a..45895f288 100644
--- a/modules/compute-vm/README.md
+++ b/modules/compute-vm/README.md
@@ -173,13 +173,14 @@ module "instance-group" {
| name | description | type | required | default |
|---|---|:---: |:---:|:---:|
| name | Instances base name. | string | ✓ | |
-| network_interfaces | Network interfaces configuration. Use self links for Shared VPC, set addresses and alias_ips to null if not needed. | list(object({...})) | ✓ | |
+| network_interfaces | Network interfaces configuration. Use self links for Shared VPC, set addresses and alias_ips to null if not needed. | list(object({...})) | ✓ | |
| project_id | Project id. | string | ✓ | |
| region | Compute region. | string | ✓ | |
| *attached_disk_defaults* | Defaults for attached disks options. | object({...}) | | ... |
| *attached_disks* | Additional disks, if options is null defaults will be used in its place. | list(object({...})) | | [] |
| *boot_disk* | Boot disk properties. | object({...}) | | ... |
| *can_ip_forward* | Enable IP forwarding. | bool | | false |
+| *enable_display* | Enable virtual display on the instances | bool | | false |
| *encryption* | Encryption options. Only one of kms_key_self_link and disk_encryption_key_raw may be set. If needed, you can specify to encrypt or not the boot disk. | object({...}) | | null |
| *group* | Define this variable to create an instance group for instances. Disabled for template use. | object({...}) | | null |
| *hostname* | Instance FQDN name. | string | | null |