Skip to content

Commit 631a2b5

Browse files
authored
Update project_approval_rule.md
Pretty sure this is what was meant in the example.
1 parent 40a06bf commit 631a2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/project_approval_rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource "gitlab_project_approval_rule" "example-three" {
5959
}
6060
6161
# Example using `approval_rule`
62-
resource "gitlab_branch_protection" "any-approver" {
62+
resource "gitlab_project_approval_rule" "any-approver" {
6363
project = 5
6464
name = "Any name"
6565
rule_type = "any_approver"

0 commit comments

Comments
 (0)