terraform-provider-ibm: Update to version 1.21.2

This commit is contained in:
Jakub Čábera 2021-03-15 15:19:57 +01:00
parent 741631cfbb
commit 035afb7099

View File

@ -1,13 +1,13 @@
{ {
"version": "1.21.1", "version": "1.21.2",
"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.21.1/windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.21.2/windows_amd64.zip",
"hash": "eedaefa22f99f81575f0014e92d407a3437c626d224b5b3087b3b78cddae9a97", "hash": "2626ab416d4e7c50feee1ed9e2be1a14232d21339eb139ed1be7e7fad6bf6ea6",
"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\""
}, },