Skip to content

Commit

Permalink
go rewrite workbench-storageinsights (#11270) (#18873)
Browse files Browse the repository at this point in the history
[upstream:7a8d68426aa307b45d0c10e1f1eeca1ef1424915]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Jul 26, 2024
1 parent ad3a6e4 commit 1b0d5f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changelog/11270.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
10 changes: 4 additions & 6 deletions google/services/workbench/resource_workbench_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -633,14 +633,12 @@ a workbench instance with the environment installed directly on the VM.`,
ForceNew: true,
Description: `Optional. Use this VM image family to find the image; the newest
image in this family will be used.`,
ExactlyOneOf: []string{},
},
"name": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: `Optional. Use VM image name to find the image.`,
ExactlyOneOf: []string{},
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Description: `Optional. Use VM image name to find the image.`,
},
"project": {
Type: schema.TypeString,
Expand Down

0 comments on commit 1b0d5f2

Please sign in to comment.