Skip to content

Commit 84012f1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/scope_policy_attachment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "boundary_policy_storage" "storage_policy_example" {
5252
scope_id = boundary_scope.project.id
5353
delete_after_days = 1
5454
retain_for_days = 0
55-
name = storagepolicyexample
55+
name = "storagepolicyexample"
5656
}
5757
5858
resource "boundary_scope_policy_attachment" "storage_policy_attachment_example" {

0 commit comments

Comments
 (0)