From 665be21f2da125e2b0b19da2e7693dff1eb5bce1 Mon Sep 17 00:00:00 2001 From: pradeepbhadani Date: Wed, 27 Nov 2019 13:36:40 +0000 Subject: [PATCH 1/2] update compute_attached_disk.html.markdown update resource name from `compute_attached_disk` to `google_compute_attached_disk` --- website/docs/r/compute_attached_disk.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/compute_attached_disk.html.markdown b/website/docs/r/compute_attached_disk.html.markdown index df9c0e11139..d4170fd67c3 100644 --- a/website/docs/r/compute_attached_disk.html.markdown +++ b/website/docs/r/compute_attached_disk.html.markdown @@ -23,7 +23,7 @@ To get more information about attaching disks, see: * How-to Guides * [Adding a persistent disk](https://cloud.google.com/compute/docs/disks/add-persistent-disk) -**Note:** When using `compute_attached_disk` you **must** use `lifecycle.ignore_changes = ["attached_disk"]` on the `compute_instance` resource that has the disks attached. Otherwise the two resources will fight for control of the attached disk block. +**Note:** When using `google_compute_attached_disk` you **must** use `lifecycle.ignore_changes = ["attached_disk"]` on the `compute_instance` resource that has the disks attached. Otherwise the two resources will fight for control of the attached disk block. ## Example Usage ```hcl From 84cd7b14fbd7d3dbef41d775b7f2dad499175304 Mon Sep 17 00:00:00 2001 From: pradeepbhadani Date: Wed, 27 Nov 2019 13:38:28 +0000 Subject: [PATCH 2/2] update compute_attached_disk.html fix note --- website/docs/r/compute_attached_disk.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/compute_attached_disk.html.markdown b/website/docs/r/compute_attached_disk.html.markdown index d4170fd67c3..38e2cf0893e 100644 --- a/website/docs/r/compute_attached_disk.html.markdown +++ b/website/docs/r/compute_attached_disk.html.markdown @@ -23,7 +23,7 @@ To get more information about attaching disks, see: * How-to Guides * [Adding a persistent disk](https://cloud.google.com/compute/docs/disks/add-persistent-disk) -**Note:** When using `google_compute_attached_disk` you **must** use `lifecycle.ignore_changes = ["attached_disk"]` on the `compute_instance` resource that has the disks attached. Otherwise the two resources will fight for control of the attached disk block. +**Note:** When using `google_compute_attached_disk` you **must** use `lifecycle.ignore_changes = ["attached_disk"]` on the `google_compute_instance` resource that has the disks attached. Otherwise the two resources will fight for control of the attached disk block. ## Example Usage ```hcl