Skip to content

Commit 11c72eb

Browse files
author
gailwang
committed
fix example error in website
1 parent 4082d26 commit 11c72eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/cam_role_policy_attachment.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Provides a resource to create a CAM role policy attachment.
1313
## Example Usage
1414

1515
```hcl
16-
resource "tencentcloud_cam_role_attachment" "foo" {
16+
resource "tencentcloud_cam_role_policy_attachment" "foo" {
1717
role_id = "4611686018427922725"
1818
policy_id = "26800353"
1919
}

0 commit comments

Comments
 (0)