Skip to content

Commit

Permalink
Remove disk interface, tests (#5185) (#10055)
Browse files Browse the repository at this point in the history
* Remove disk interface tests

* Remove region disk test also

* Fix api compile

* Add DSF to always suppress diff, readd default

* Remove unused method from GA

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and slevenick committed Sep 10, 2021
1 parent 78a700f commit 4582b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changelog/5185.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:deprecation
compute: deprecated `interface` field on `google_compute_disk` and `google_compute_region_disk` (beta only)
```
2 changes: 0 additions & 2 deletions website/docs/r/compute_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ The following arguments are supported:
* `interface` -
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
Default value is `SCSI`.
Possible values are `SCSI` and `NVME`.

* `type` -
(Optional)
Expand Down
2 changes: 0 additions & 2 deletions website/docs/r/compute_region_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ The following arguments are supported:
* `interface` -
(Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html))
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
Default value is `SCSI`.
Possible values are `SCSI` and `NVME`.

* `region` -
(Optional)
Expand Down

0 comments on commit 4582b2f

Please sign in to comment.