From c1fd62ac58a21b9ec52baedcaa88c4590b018254 Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Mon, 16 Dec 2024 16:08:26 +0530 Subject: [PATCH] Update equinix terraform provider to v3.0.0 --- provider.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider.tf b/provider.tf index 4b5bcf0..873b839 100644 --- a/provider.tf +++ b/provider.tf @@ -6,7 +6,7 @@ terraform { required_providers { equinix = { source = "equinix/equinix" - version = "2.10.0" + version = "3.0.0" } rancher2 = { source = "rancher/rancher2"