Skip to content

Commit 0ffb383

Browse files
Provide links to other objects (#3430) (#2043)
* Provide links to other objects in zonal/regional object, provide links to regional/zonal object, to help reader to quickly find the right component. And to avoid the bad interpretation of "not supported" instead of "it's handled by a different component". Thanks ! * Add object name with http link Add object name with http link Signed-off-by: Modular Magician <[email protected]>
1 parent afcfb8a commit 0ffb383

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/3430.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/compute_disk_resource_policy_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description: |-
2525
Adds existing resource policies to a disk. You can only add one policy
2626
which will be applied to this disk for scheduling snapshot creation.
2727

28-
~> **Note:** This resource does not support regional disks (`google_compute_region_disk`).
28+
~> **Note:** This resource does not support regional disks (`google_compute_region_disk`). For regional disks, please refer to [`google_compute_region_disk_resource_policy_attachment`](https://www.terraform.io/docs/providers/google/r/compute_region_disk_resource_policy_attachment.html)
2929

3030

3131

website/docs/r/compute_region_disk_resource_policy_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description: |-
2525
Adds existing resource policies to a disk. You can only add one policy
2626
which will be applied to this disk for scheduling snapshot creation.
2727

28-
~> **Note:** This resource does not support zonal disks (`google_compute_disk`).
28+
~> **Note:** This resource does not support zonal disks (`google_compute_disk`). For zonal disks, please refer to [`google_compute_disk_resource_policy_attachment`](https://www.terraform.io/docs/providers/google/r/compute_disk_resource_policy_attachment.html)
2929

3030

3131

0 commit comments

Comments
 (0)