Skip to content

Commit 097ed5c

Browse files
Update docs/resources/scope_policy_attachment.md
Co-authored-by: Robin Beck <[email protected]>
1 parent 058ffa6 commit 097ed5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/scope_policy_attachment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "boundary_policy_storage" "storage_policy_example" {
5555
name = storagepolicyexample
5656
}
5757
58-
resource "boundary_scope_policy_attachement" "storage_policy_attachment_example" {
58+
resource "boundary_scope_policy_attachment" "storage_policy_attachment_example" {
5959
policy_id = boundary_policy_storage.storage_policy_example.id
6060
scope_id = boundary_scope.org.id
6161
}

0 commit comments

Comments
 (0)