From 3887fbb00486445eda57a7cc1be3aa8320e3a47a Mon Sep 17 00:00:00 2001 From: yadavprakash Date: Fri, 21 May 2021 10:15:43 +0530 Subject: [PATCH] improvements for bridgecrew --- variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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