Skip to content

Commit bb435e3

Browse files
committed
Update Terraform GoogleCloudPlatform/vertex-ai/google to ~> 0.2
1 parent 6d9b4ec commit bb435e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution/06-consumer/Workbench/workbench.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module "workbench_instance" {
1717
for_each = local.workbench_map
1818
source = "GoogleCloudPlatform/vertex-ai/google//modules/workbench"
19-
version = "~> 0.1"
19+
version = "~> 0.2"
2020

2121
name = each.value.name
2222
project_id = each.value.project_id

0 commit comments

Comments
 (0)