From f0cdfe36e07009911f3483ce87044f404154121a Mon Sep 17 00:00:00 2001 From: smutel Date: Tue, 14 Mar 2023 17:01:40 +0000 Subject: [PATCH] ci: Go fmt & go generate --- docs/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9d09fcb04..d96449e4f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,8 +18,6 @@ The Netbox provider provides resources to interact with [Netbox](https://netbox. | 2.11 | 2.x.y | | 3.0 | 3.x.y | | 3.1 | 4.x.y | -| 3.2 | 5.x.y | -| 3.3 | 6.x.y | ## Example Usage @@ -28,7 +26,7 @@ terraform { required_providers { netbox = { source = "smutel/netbox" - version = "~> 6.2.0" + version = "~> 6.0.0" } } }