terraform-provider-ibm: Update to version 1.23.1

This commit is contained in:
Jakub Čábera 2021-04-09 08:17:47 +02:00
parent c7dbdd1334
commit 8a5a5d6417

View File

@ -1,13 +1,13 @@
{
"version": "1.23.0",
"version": "1.23.1",
"description": "The IBM Cloud provider is used to manage provisioning and orchestration of IBM Cloud resources with the Terraform provisioning engine",
"homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"license": "MPL-2.0",
"depends": "versions/terraform011",
"architecture": {
"64bit": {
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.23.0/windows_amd64.zip",
"hash": "c3bc06b36ba43f3e07bbcffa234a8aed9fdd5dbafa690fdff8b00d4197da8759",
"url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.23.1/windows_amd64.zip",
"hash": "89054b9e182843168ded998c3973d0da7ec85e0b7a3f7f7ebcc5e32818dce579",
"installer": {
"script": "Copy-Item -Force \"$dir\\terraform-provider-ibm_v$version.exe\" \"$env:APPDATA\\terraform.d\\plugins\\windows_amd64\""
},