From 4656782d42b89593a026545bcca54b3989038a4f Mon Sep 17 00:00:00 2001 From: mstefaniak Date: Mon, 26 Apr 2021 10:59:43 +0200 Subject: [PATCH] Bumped up version of Equinix provider in the module --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 8c23c7b..a7d868c 100644 --- a/versions.tf +++ b/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { equinix = { source = "equinix/equinix" - version = "= 1.1.0-beta" + version = "= 1.1.0" } } }