terraform-provider-ibm: Update to version 1.71.0

This commit is contained in:
github-actions[bot] 2024-11-04 16:30:43 +00:00
parent 588768036d
commit 347071b7ba

View File

@ -1,13 +1,13 @@
{ {
"version": "1.70.1", "version": "1.71.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.70.1/terraform-provider-ibm_1.70.1_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.71.0/terraform-provider-ibm_1.71.0_windows_amd64.zip",
"hash": "222d60209b7864c1838fd1959273b9cd3377752bf6efc7a188ef6c60a6599570", "hash": "fab79b8e8a126b927cf6e9ce44284a4cfb36e1f6849200af3c6bb56d50002c59",
"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\""
}, },