terraform-provider-ibm: Update to version 1.63.0

This commit is contained in:
github-actions[bot] 2024-03-07 16:27:04 +00:00
parent 1d659452c9
commit 1f77eee4bb

View File

@ -1,13 +1,13 @@
{
"version": "1.62.0",
"version": "1.63.0",
"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.62.0/terraform-provider-ibm_1.62.0_windows_amd64.zip",
"hash": "08cbeed774eeace4af41078a2db542a16dcd4bbe8bf035b191bb582e43d9ae4e",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.63.0/terraform-provider-ibm_1.63.0_windows_amd64.zip",
"hash": "927387d12127a3fefb8195e1499756f5e1b099bc0a2aa590dfb9457af0142424",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},