We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9b4ec commit bb435e3Copy full SHA for bb435e3
execution/06-consumer/Workbench/workbench.tf
@@ -16,7 +16,7 @@
16
module "workbench_instance" {
17
for_each = local.workbench_map
18
source = "GoogleCloudPlatform/vertex-ai/google//modules/workbench"
19
- version = "~> 0.1"
+ version = "~> 0.2"
20
21
name = each.value.name
22
project_id = each.value.project_id
0 commit comments