diff --git a/variables.tf b/variables.tf index 095d341..b7952d3 100644 --- a/variables.tf +++ b/variables.tf @@ -331,7 +331,7 @@ variable "encrypted" { } variable "network_interface_id" { - type = string - default = null + type = string + default = null description = "ID of the network interface to attach" } \ No newline at end of file