From a12faa0d921a37ebd99ee190e09e4ac05bd4ac54 Mon Sep 17 00:00:00 2001 From: Oscar Cobles Date: Tue, 12 Jul 2022 08:31:31 -0500 Subject: [PATCH] update equinix provider version --- examples/fabric-port-connection-to-sp/versions.tf | 2 +- versions.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fabric-port-connection-to-sp/versions.tf b/examples/fabric-port-connection-to-sp/versions.tf index 95e4f75..9428642 100644 --- a/examples/fabric-port-connection-to-sp/versions.tf +++ b/examples/fabric-port-connection-to-sp/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { equinix = { source = "equinix/equinix" - version = ">= 1.5.0" + version = ">= 1.6.1" } } } diff --git a/versions.tf b/versions.tf index 95e4f75..9428642 100644 --- a/versions.tf +++ b/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { equinix = { source = "equinix/equinix" - version = ">= 1.5.0" + version = ">= 1.6.1" } } }