terraform-provider-ibm: Update to version 1.62.0

This commit is contained in:
github-actions[bot] 2024-01-30 20:23:05 +00:00
parent 38538decd2
commit e4b749b90b

View File

@ -1,13 +1,13 @@
{ {
"version": "1.61.0", "version": "1.62.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.61.0/terraform-provider-ibm_1.61.0_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.62.0/terraform-provider-ibm_1.62.0_windows_amd64.zip",
"hash": "2d0f22d036bee35477c4078c8c34d741ea5dc2dd4cce2b8eff7e8f212f31334d", "hash": "08cbeed774eeace4af41078a2db542a16dcd4bbe8bf035b191bb582e43d9ae4e",
"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\""
}, },