Skip to content

Commit 1b0d5f2

Browse files
go rewrite workbench-storageinsights (#11270) (#18873)
[upstream:7a8d68426aa307b45d0c10e1f1eeca1ef1424915] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent ad3a6e4 commit 1b0d5f2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.changelog/11270.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google/services/workbench/resource_workbench_instance.go

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -633,14 +633,12 @@ a workbench instance with the environment installed directly on the VM.`,
633633
ForceNew: true,
634634
Description: `Optional. Use this VM image family to find the image; the newest
635635
image in this family will be used.`,
636-
ExactlyOneOf: []string{},
637636
},
638637
"name": {
639-
Type: schema.TypeString,
640-
Optional: true,
641-
ForceNew: true,
642-
Description: `Optional. Use VM image name to find the image.`,
643-
ExactlyOneOf: []string{},
638+
Type: schema.TypeString,
639+
Optional: true,
640+
ForceNew: true,
641+
Description: `Optional. Use VM image name to find the image.`,
644642
},
645643
"project": {
646644
Type: schema.TypeString,

0 commit comments

Comments
 (0)