From 4211fc438da43c5fb012201003a400cb98d37cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mu=C3=B1oz=20Miranda?= <93611708+fmunozmiranda@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:24:31 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 179fe45b..1abbcd93 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This collection has been tested and supports Cisco DNA Center 2.2.3.3. Other versions of this collection have support for previous Cisco DNA Center versions. The recommended versions are listed below on the [Compatibility matrix](#compatibility-matrix). ## Compatibility matrix +The following table shows the supported versions. | Cisco DNA Center version | Terraform "dnacenter" provider version | |--------------------------|----------------------------------------| @@ -25,6 +26,8 @@ Other versions of this collection have support for previous Cisco DNA Center ver | 2.2.3.3 | 0.3.0 | | 2.3.3.0 | 1.0.14-beta | +If your SDK, Terraform provider is older please consider updating it first. + ## Using the provider There are two ways to get and use the provider. From c638052fe645a727f595d8ac4a5071e01d20a059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mu=C3=B1oz=20Miranda?= <93611708+fmunozmiranda@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:27:34 -0600 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e1e8c346..f0770e66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,6 +10,7 @@ assignees: '' **Prerequisites** * [ ] Have you tested the operation in the API directly? * [ ] Do you have the latest Terraform provider version? +* [ ] Review the [compatibility matrix](https://github.com/cisco-en-programmability/terraform-provider-dnacenter/tree/main#compatibility-matrix) before opening an issue. **Describe the bug** A clear and concise description of what the bug is. @@ -26,8 +27,5 @@ Please provide an screenshot of the successful API call with cuRL, Postman, etc. * Cisco DNA Center provider version: * OS Version: -**Verify compatibility** -* https://github.com/cisco-en-programmability/terraform-provider-dnacenter/tree/main#compatibility-matrix - **Additional context** Add any other context about the problem here.