Skip to content

Commit f1026bb

Browse files
tejal29c2thorn
andauthored
Set disbaleSsh default value to true for workstation create (#11225)
Co-authored-by: Cameron Thornton <[email protected]>
1 parent 7ce4e15 commit f1026bb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

mmv1/products/workstations/WorkstationConfig.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ properties:
276276
Whether instances have no public IP address.
277277
- !ruby/object:Api::Type::Boolean
278278
name: 'disableSsh'
279+
default_value: true
280+
send_empty_value: true
279281
description: |
280282
Whether to disable SSH access to the VM.
281283
- !ruby/object:Api::Type::Boolean

mmv1/third_party/terraform/website/docs/guides/version_6_upgrade.html.markdown

+6
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,12 @@ on the resource through Terraform and the default labels configured on the provi
322322
* The new output-only `effective_labels` field lists all of labels present on the resource
323323
in GCP, including the labels configured through Terraform, the system, and other clients.
324324

325+
## Resource: `google_workstations_workstation_config`
326+
327+
### `host.gce_instance.disable_ssh` now defaults to true
328+
329+
* `disable_ssh` field now defaults to true. To enable SSH, please set `disable_ssh` to false.
330+
325331
## Removals
326332

327333
### Resource: `google_identity_platform_project_default_config` is now removed

0 commit comments

Comments
 (0)