From d4270491494da9a5131f038ca2e4cd940d47cf36 Mon Sep 17 00:00:00 2001 From: yadavprakash Date: Tue, 27 Apr 2021 18:01:00 +0530 Subject: [PATCH] upgrade to 0.14 --- variables.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/variables.tf b/variables.tf index 2e89cab..07a392d 100644 --- a/variables.tf +++ b/variables.tf @@ -8,8 +8,7 @@ variable "name" { variable "repository" { type = string - repository = "https://registry.terraform.io/modules/clouddrove/ec2/aws/0.14.0" - default = "" + default = "https://registry.terraform.io/modules/clouddrove/ec2/aws/0.14.0" description = "Terraform current module repo" validation {