Skip to content

Commit 0cc5431

Browse files
colab: fixed perma-diff in google_colab_runtime_template caused by the API returning a non-null default value. (#14179) (#10127)
[upstream:18e15e551d9947ad96587c5b01eba4af6bbdea63] Signed-off-by: Modular Magician <[email protected]>
1 parent e9b8d55 commit 0cc5431

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/14179.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
colab: fixed perma-diff in `google_colab_runtime_template` caused by the API returning a non-null default value.
3+
```

google-beta/services/colab/resource_colab_runtime_template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ Please refer to the field 'effective_labels' for all of the labels present on th
268268
},
269269
"software_config": {
270270
Type: schema.TypeList,
271+
Computed: true,
271272
Optional: true,
272273
ForceNew: true,
273274
Description: `The notebook software configuration of the notebook runtime.`,

0 commit comments

Comments
 (0)