terraform-provider-ibm: Update to version 1.84.1

This commit is contained in:
github-actions[bot] 2025-10-17 16:29:48 +00:00
parent a4743d1b8c
commit 04caa594db

View File

@ -1,13 +1,13 @@
{ {
"version": "1.84.0", "version": "1.84.1",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine", "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/", "homepage": "https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform/",
"license": "MPL-2.0", "license": "MPL-2.0",
"depends": "versions/terraform011", "depends": "versions/terraform011",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.84.0/terraform-provider-ibm_1.84.0_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.84.1/terraform-provider-ibm_1.84.1_windows_amd64.zip",
"hash": "b68d9be40374749653c7746265eb592e37acebe73591a9d1048aacfaf209ff51", "hash": "3d977fd66fae7c0d0dfc43d3a65998217103adc1e635f6f126983f7948de32bb",
"installer": { "installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\"" "script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
}, },