Skip to content

Commit

Permalink
(Upstream PR) update compute_attached_disk.html.markdown (#2781)
Browse files Browse the repository at this point in the history
Merged PR #2781.
  • Loading branch information
megan07 authored and modular-magician committed Dec 4, 2019
1 parent dafb37c commit 6df2630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 6df2630

Please sign in to comment.