From 905df556a8f13e000e51ef481dccabb14ede18f9 Mon Sep 17 00:00:00 2001 From: "waqas.yousaf" Date: Mon, 25 Sep 2023 16:36:12 +0200 Subject: [PATCH] OPS-5596: fixed ci --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index a9a0475..d978adf 100644 --- a/variables.tf +++ b/variables.tf @@ -120,5 +120,6 @@ variable "kms_alias_name" { variable "ami_id" { description = "ID of the AMI to be used for the Consul and Vault instances." + default = null type = string }