From 01239e84c9e4c8c578e8868c761c4f1ce809c1e4 Mon Sep 17 00:00:00 2001 From: Stefan Freitag Date: Fri, 14 Jun 2024 20:40:25 +0200 Subject: [PATCH] docs: add missing quote in branch protection v3 example (#2283) Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com> --- website/docs/r/branch_protection_v3.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/branch_protection_v3.html.markdown b/website/docs/r/branch_protection_v3.html.markdown index 10413b6d67..b3cdbd2c07 100644 --- a/website/docs/r/branch_protection_v3.html.markdown +++ b/website/docs/r/branch_protection_v3.html.markdown @@ -48,7 +48,7 @@ resource "github_branch_protection_v3" "example" { dismiss_stale_reviews = true dismissal_users = ["foo-user"] dismissal_teams = [github_team.example.slug] - dismissal_app = ["foo-app] + dismissal_app = ["foo-app"] bypass_pull_request_allowances { users = ["foo-user"]