terraform-provider-ibm: Update to version 1.84.2

This commit is contained in:
github-actions[bot] 2025-10-21 08:30:30 +00:00
parent aa408f47e2
commit f182cfc0d7

View File

@ -1,13 +1,13 @@
{
"version": "1.84.1",
"version": "1.84.2",
"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.84.1/terraform-provider-ibm_1.84.1_windows_amd64.zip",
"hash": "3d977fd66fae7c0d0dfc43d3a65998217103adc1e635f6f126983f7948de32bb",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.84.2/terraform-provider-ibm_1.84.2_windows_amd64.zip",
"hash": "6ed913705fee7e1c668deee40432285035d05508f863e3ed1b6692fc11efe3e7",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},