From 85f6b4be2fe9fcd2292fe936ce71f063fcfd61ff Mon Sep 17 00:00:00 2001 From: Samuel Mutel <12967891+smutel@users.noreply.github.com> Date: Tue, 14 Mar 2023 17:41:24 +0100 Subject: [PATCH] docs: Update index doc --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d96449e4f..9d09fcb04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,8 @@ 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 @@ -26,7 +28,7 @@ terraform { required_providers { netbox = { source = "smutel/netbox" - version = "~> 6.0.0" + version = "~> 6.2.0" } } }