terraform-provider-ibm: Update to version 1.19.0

This commit is contained in:
Jakub Čábera 2021-01-08 12:04:23 +01:00
parent cab596be0b
commit 1c5abbaf8a

View File

@ -1,13 +1,13 @@
{ {
"version": "1.18.0", "version": "1.19.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.18.0/windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.19.0/windows_amd64.zip",
"hash": "bca0736060f662ea71bb1df60165d595fd22ef16c38dc606b9a239826c3b700a", "hash": "7e74443db45f73fcd4010632f0438e687c0ef798ea2cd592a716d74b7de4e6f1",
"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\""
}, },