Skip to content

Commit

Permalink
Update supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreckle committed Jun 15, 2022
1 parent 467b7a8 commit 7daa9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func providerConfigure(ctx context.Context, data *schema.ResourceData) (interfac

netboxVersion := res.GetPayload().(map[string]interface{})["netbox-version"].(string)

supportedVersions := []string{"3.1.11", "3.1.10", "3.1.9", "3.1.8", "3.1.7", "3.1.6", "3.1.5", "3.1.4", "3.1.3", "3.1.2", "3.1.1"}
supportedVersions := []string{"3.2.4", "3.2.3", "3.2.2", "3.2.1", "3.2.0"}

if !slices.Contains(supportedVersions, netboxVersion) {

Expand Down

0 comments on commit 7daa9ad

Please sign in to comment.