Skip to content

Commit b4f47fb

Browse files
make notebooks_runtime software_config O+C (#5634) (#10947)
Signed-off-by: Modular Magician <[email protected]>
1 parent de2beb7 commit b4f47fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.changelog/5634.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
notebooks: fixed permadiff in `google_notebooks_runtime.software_config`
3+
```

google/resource_notebooks_runtime.go

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Currently supports one owner only.`,
109109
},
110110
"software_config": {
111111
Type: schema.TypeList,
112+
Computed: true,
112113
Optional: true,
113114
Description: `The config settings for software inside the runtime.`,
114115
MaxItems: 1,

0 commit comments

Comments
 (0)