Skip to content

Commit 71a4dd2

Browse files
tejal29Tejal Desai
authored and
Tejal Desai
committed
Fix the config name in the basic example
Change-Id: If5bbedcc4aa9d730cc8d18be8e7b8d6980303ade
1 parent 9155ddb commit 71a4dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmv1/templates/terraform/examples/workstation_config_basic.tf.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ resource "google_workstations_workstation_config" "{{$.PrimaryResourceId}}" {
5858
"label" = "key"
5959
}
6060

61-
maxUsableWorkstations = 1
62-
61+
max_usable_workstations = 1
62+
6363
host {
6464
gce_instance {
6565
machine_type = "e2-standard-4"

0 commit comments

Comments
 (0)