From e5e963cc85fbc44f2f4657651100f159a1c8ed81 Mon Sep 17 00:00:00 2001 From: Sankalp Sanand Date: Wed, 1 Nov 2023 14:19:03 -0400 Subject: [PATCH] Update variables.tf --- covalent_ec2_plugin/infra/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/covalent_ec2_plugin/infra/variables.tf b/covalent_ec2_plugin/infra/variables.tf index 08f29e4..2b42afb 100644 --- a/covalent_ec2_plugin/infra/variables.tf +++ b/covalent_ec2_plugin/infra/variables.tf @@ -80,6 +80,6 @@ variable "key_file" { } variable "covalent_version" { - default = "==0.220.0.post2" + default = "" description = "Covalent version to install on the EC2 instance" }