Skip to content

Commit

Permalink
update compute_attached_disk.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Dec 4, 2019
2 parents 7345305 + 84cd7b1 commit eafb53c
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 `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 eafb53c

Please sign in to comment.