From 06a29e3faf8e74177d35cce0f7608bab4f26b20c Mon Sep 17 00:00:00 2001 From: Isabel Andrade Date: Mon, 7 Jun 2021 09:56:29 +0100 Subject: [PATCH] Upgrade hcl-lang To support type declarations for variable `type`. Related to hashicorp/terraform-ls#490 --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 964eb20b..ee58818a 100644 --- a/go.mod +++ b/go.mod @@ -13,3 +13,5 @@ require ( github.com/zclconf/go-cty v1.8.3 github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b ) + +replace github.com/hashicorp/hcl-lang v0.0.0-20210522074354-f7480edf31b5 => github.com/aztfmod/hcl-lang b680ea43ded4d895fbc46ff45caf48ac6ba3c588