terraform-provider-ibm: Update to version 1.30.0

This commit is contained in:
Jakub Čábera 2021-08-18 22:29:39 -07:00
parent 507486430c
commit 1f736a9c6a

View File

@ -1,13 +1,13 @@
{ {
"version": "1.29.0", "version": "1.30.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.29.0/terraform-provider-ibm_1.29.0_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.30.0/terraform-provider-ibm_1.30.0_windows_amd64.zip",
"hash": "7105543076e925d11dd1ded79f67cd4577a88e9522411b5718150f00b2493f68", "hash": "a811c49d147a180b5e99e98d7a08879561e19f40bb89e63736ae7692834ff450",
"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\""
}, },