terraform-provider-ibm: Update to version 1.65.0

This commit is contained in:
github-actions[bot] 2024-05-06 16:29:48 +00:00
parent a79193c7da
commit 98b82706eb

View File

@ -1,13 +1,13 @@
{
"version": "1.64.2",
"version": "1.65.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.64.2/terraform-provider-ibm_1.64.2_windows_amd64.zip",
"hash": "d50b089f7beda83912af4cca580cbbde23e47ed3fa28cdadff3b4f6822a07abd",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.65.0/terraform-provider-ibm_1.65.0_windows_amd64.zip",
"hash": "7e76814b03075e45dc86bb4cb60106f1ef44ebe60a5b5b35a2a576213b378851",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},