Skip to content

Commit

Permalink
ci: Go fmt & go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Mar 14, 2023
1 parent 25a03ee commit f0cdfe3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit f0cdfe3

Please sign in to comment.