terraform-provider-ibm: Update to version 1.86.1

This commit is contained in:
github-actions[bot] 2025-12-12 08:31:10 +00:00
parent e162f66798
commit d1ce1e7b41

View File

@ -1,13 +1,13 @@
{
"version": "1.86.0",
"version": "1.86.1",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
"homepage": "https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform/",
"license": "MPL-2.0",
"depends": "versions/terraform011",
"architecture": {
"64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.86.0/terraform-provider-ibm_1.86.0_windows_amd64.zip",
"hash": "2289c7ee3e2b1b780cd5288e01577c2a523f4d6da0289091c62d93857dcbced5",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.86.1/terraform-provider-ibm_1.86.1_windows_amd64.zip",
"hash": "682f4afe18cd681c1cef4fe5ea93ac444aa4d688b2be202b301657a4eafcbd66",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},