terraform-provider-ibm: Update to version 1.79.0

This commit is contained in:
github-actions[bot] 2025-06-09 04:31:14 +00:00
parent ee1e51d0e5
commit 3c3fad03e0

View File

@ -1,13 +1,13 @@
{ {
"version": "1.78.4", "version": "1.79.0",
"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.78.4/terraform-provider-ibm_1.78.4_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.79.0/terraform-provider-ibm_1.79.0_windows_amd64.zip",
"hash": "feed98078ebe8d6fc892a419dc8568441aba0a506d15ba73e5959a7f0fa2011c", "hash": "9cf41c04976591c413a3c17c4cf85af2eea889918e3facf74eb9cc55c53ed26a",
"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\""
}, },