diff --git a/.changelog/5185.txt b/.changelog/5185.txt new file mode 100644 index 00000000000..037adf87c2f --- /dev/null +++ b/.changelog/5185.txt @@ -0,0 +1,3 @@ +```release-note:deprecation +compute: deprecated `interface` field on `google_compute_disk` and `google_compute_region_disk` (beta only) +``` diff --git a/website/docs/r/compute_disk.html.markdown b/website/docs/r/compute_disk.html.markdown index 3dc8a97f92e..519299fb6ef 100644 --- a/website/docs/r/compute_disk.html.markdown +++ b/website/docs/r/compute_disk.html.markdown @@ -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) diff --git a/website/docs/r/compute_region_disk.html.markdown b/website/docs/r/compute_region_disk.html.markdown index 284f1766110..ec564200748 100644 --- a/website/docs/r/compute_region_disk.html.markdown +++ b/website/docs/r/compute_region_disk.html.markdown @@ -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)