We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097ed5c commit 84012f1Copy full SHA for 84012f1
docs/resources/scope_policy_attachment.md
@@ -52,7 +52,7 @@ resource "boundary_policy_storage" "storage_policy_example" {
52
scope_id = boundary_scope.project.id
53
delete_after_days = 1
54
retain_for_days = 0
55
- name = storagepolicyexample
+ name = "storagepolicyexample"
56
}
57
58
resource "boundary_scope_policy_attachment" "storage_policy_attachment_example" {
0 commit comments