Skip to content

Commit cf6750c

Browse files
update project setting (#145)
1 parent 3b52370 commit cf6750c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tutorials/3-projects.tf

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ resource "bytebase_project" "project-one" {
66
resource_id = "project-one"
77
title = "Project One"
88

9+
allow_modify_statement = true
10+
auto_resolve_issue = false
11+
auto_enable_backup = false
12+
913
databases = bytebase_instance.test.databases
14+
15+
webhooks {
16+
title = "Sample webhook 1"
17+
type = "SLACK"
18+
url = "https://webhook.site/91fcd52a-39f1-4e7b-a43a-ddf72796d6b1"
19+
notification_types = [
20+
"NOTIFY_ISSUE_APPROVED",
21+
"NOTIFY_PIPELINE_ROLLOUT",
22+
"ISSUE_CREATE",
23+
]
24+
}
1025
}
1126

1227
# Project Two

0 commit comments

Comments
 (0)