Skip to content

Commit 04028e3

Browse files
committed
fix missing quotes
Signed-off-by: AvivGuiser <avivguiser@gmail.com>
1 parent df8979d commit 04028e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/organization_role_team.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ resource "github_organization_role_team" "security_managers" {
3131
role_id = local.security_manager_id
3232
team_slug = "example-team"
3333
}
34+
```
3435

3536
## Schema
3637

0 commit comments

Comments
 (0)