Skip to content

Commit

Permalink
Merge pull request #199 from smutel/UpdateDocs
Browse files Browse the repository at this point in the history
docs: Update index doc
  • Loading branch information
smutel authored Mar 14, 2023
2 parents dd781e2 + 85f6b4b commit 25a03ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -26,7 +28,7 @@ terraform {
required_providers {
netbox = {
source = "smutel/netbox"
version = "~> 6.0.0"
version = "~> 6.2.0"
}
}
}
Expand Down

0 comments on commit 25a03ee

Please sign in to comment.