terraform-provider-ibm: Update to version 1.23.0

This commit is contained in:
Jakub Čábera 2021-04-04 11:33:50 +02:00
parent 4bdbd76699
commit 67c5c5a14f

View File

@ -1,13 +1,13 @@
{ {
"version": "1.22.0", "version": "1.23.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://ibm-cloud.github.io/tf-ibm-docs/", "homepage": "https://ibm-cloud.github.io/tf-ibm-docs/",
"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.22.0/windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.23.0/windows_amd64.zip",
"hash": "8836497de1c1e854e9a325ad5b69797e0576c6b15f6df8a936aa162a6b0b8489", "hash": "c3bc06b36ba43f3e07bbcffa234a8aed9fdd5dbafa690fdff8b00d4197da8759",
"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\""
}, },