terraform-provider-ibm: Update to version 1.70.0

This commit is contained in:
github-actions[bot] 2024-10-06 16:28:52 +00:00
parent ce5bf81ec3
commit efca533029

View File

@ -1,13 +1,13 @@
{ {
"version": "1.69.2", "version": "1.70.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://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform/", "homepage": "https://cloud.ibm.com/docs/ibm-cloud-provider-for-terraform/",
"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.69.2/terraform-provider-ibm_1.69.2_windows_amd64.zip", "url": "https://github.com/IBM-Cloud/terraform-provider-ibm/releases/download/v1.70.0/terraform-provider-ibm_1.70.0_windows_amd64.zip",
"hash": "46883f2c84e0f43a4c65e5d46b5e25c074039981e55928f1172094001f3f5f34", "hash": "9f206e7e8e0e273c06ef2389222d482472249e5a47da6c1da1aa929dbc1615f2",
"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\""
}, },