Skip to content

Commit 3d83d71

Browse files
update containerImages config for Notebooks terraform (#5925) (#11491)
Signed-off-by: Modular Magician <[email protected]>
1 parent 6fd1e3c commit 3d83d71

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.changelog/5925.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
notebooks: updated container_images config to default_from_api
3+
```

google/resource_notebooks_runtime.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ rest/v1/projects.locations.runtimes#AcceleratorType'`,
354354
},
355355
},
356356
"container_images": {
357-
Type: schema.TypeList,
358-
Optional: true,
359-
DiffSuppressFunc: NotReturnedByAPIDiffSuppress,
360-
Description: `Use a list of container images to start the notebook instance.`,
357+
Type: schema.TypeList,
358+
Computed: true,
359+
Optional: true,
360+
Description: `Use a list of container images to start the notebook instance.`,
361361
Elem: &schema.Resource{
362362
Schema: map[string]*schema.Schema{
363363
"repository": {

0 commit comments

Comments
 (0)