Skip to content

Commit

Permalink
make notebooks_runtime software_config O+C (#5634) (#10947)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Jan 21, 2022
1 parent de2beb7 commit b4f47fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/5634.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
notebooks: fixed permadiff in `google_notebooks_runtime.software_config`
```
1 change: 1 addition & 0 deletions google/resource_notebooks_runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Currently supports one owner only.`,
},
"software_config": {
Type: schema.TypeList,
Computed: true,
Optional: true,
Description: `The config settings for software inside the runtime.`,
MaxItems: 1,
Expand Down

0 comments on commit b4f47fb

Please sign in to comment.