From 64e27a01f30195c0311f43ede2595beb73875b22 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 10 Sep 2021 20:08:55 +0000 Subject: [PATCH] Remove disk interface, tests (#5185) * 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 --- .changelog/5185.txt | 3 +++ website/docs/r/compute_disk.html.markdown | 2 -- website/docs/r/compute_region_disk.html.markdown | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 .changelog/5185.txt 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)