terraform-provider-ibm: Fix checkver

'terraform-provider-ibm' marks ver1.41.0-beta as latest version. Using api page to match the stable releases only.
This commit is contained in:
Issac Lin 2022-04-20 03:46:07 +08:00 committed by GitHub
parent 1611529777
commit 2f8de1ddf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,8 @@
} }
}, },
"checkver": { "checkver": {
"github": "https://github.com/IBM-Cloud/terraform-provider-ibm" "url": "https://api.github.com/repos/IBM-Cloud/terraform-provider-ibm/releases",
"regex": "releases/download/v([\\d.]+)/"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {