terraform-provider-ibm: Update to version 1.44.0

This commit is contained in:
github-actions[bot] 2022-08-02 12:32:11 +00:00
parent f6662eec62
commit 7908bb9ee2

View File

@ -1,13 +1,13 @@
{
"version": "1.43.0",
"version": "1.44.0",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"depends": "versions/terraform011",
"architecture": {
"64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.43.0/terraform-provider-ibm_1.43.0_windows_amd64.zip",
"hash": "fb80651e5adc082ae20d6df0c8de028aea30b8d9d993ad9fa09ea15585d6b0ea",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.44.0/terraform-provider-ibm_1.44.0_windows_amd64.zip",
"hash": "80132fed6865df59c4a1d328a829a16356e84b10eda905cdb629d09181819e20",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},