Skip to content

Commit

Permalink
update compute_attached_disk.html
Browse files Browse the repository at this point in the history
fix note
  • Loading branch information
pradeepbhadani authored Nov 27, 2019
1 parent 665be21 commit 84cd7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/compute_attached_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84cd7b1

Please sign in to comment.