Skip to content

Commit

Permalink
make provisioning_model o+c (#5698) (#4044)
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 authored Feb 10, 2022
1 parent 3a69034 commit 89571e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/5698.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
compute: fixed permadiff in `google_compute_instance.scheduling.provisioning_model`
```
1 change: 1 addition & 0 deletions google-beta/resource_compute_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ func resourceComputeInstance() *schema.Resource {
"provisioning_model": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ForceNew: true,
AtLeastOneOf: schedulingKeys,
Description: `Whether the instance is spot. If this is set as SPOT.`,
Expand Down

0 comments on commit 89571e1

Please sign in to comment.