We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a06bf commit 631a2b5Copy full SHA for 631a2b5
docs/resources/project_approval_rule.md
@@ -59,7 +59,7 @@ resource "gitlab_project_approval_rule" "example-three" {
59
}
60
61
# Example using `approval_rule`
62
-resource "gitlab_branch_protection" "any-approver" {
+resource "gitlab_project_approval_rule" "any-approver" {
63
project = 5
64
name = "Any name"
65
rule_type = "any_approver"
0 commit comments