diff --git a/apstra/api_versions/versions.go b/apstra/api_versions/versions.go index efc03797..8386ec63 100644 --- a/apstra/api_versions/versions.go +++ b/apstra/api_versions/versions.go @@ -9,6 +9,7 @@ const ( Apstra4211 = "4.2.1.1" Apstra422 = "4.2.2" Apstra500 = "5.0.0" + Apstra501 = "5.0.1" GeApstra421 = ">" + Apstra421 diff --git a/apstra/compatibility/api_versions.go b/apstra/compatibility/api_versions.go index cf8141c6..12c082be 100644 --- a/apstra/compatibility/api_versions.go +++ b/apstra/compatibility/api_versions.go @@ -17,6 +17,7 @@ func SupportedApiVersions() []string { apiversions.Apstra4211, apiversions.Apstra422, apiversions.Apstra500, + apiversions.Apstra501, } sdkVersions := compatibility.SupportedApiVersions() diff --git a/docs/index.md b/docs/index.md index 5a0d2958..0c4129f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,7 +12,7 @@ It covers day 0 and day 1 operations (design and deployment), and a growing list Use the navigation tree on the left to read about the available resources and data sources. -This release has been tested with Apstra versions 4.2.0, 4.2.1, 4.2.1.1, 4.2.2, and 5.0.0. +This release has been tested with Apstra versions 4.2.0, 4.2.1, 4.2.1.1, 4.2.2, 5.0.0, and 5.0.1. Some example projects which make use of this provider can be found [here](https://github.com/Juniper/terraform-apstra-examples).