Skip to content

Commit 509f8a7

Browse files
committed
adjust example
1 parent befbd3c commit 509f8a7

File tree

1 file changed

+6
-2
lines changed
  • examples/deployment_pipeline

1 file changed

+6
-2
lines changed

Diff for: examples/deployment_pipeline/main.tf

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
resource "ilert_deployment_pipeline" "example" {
2-
name = "example1"
3-
integration_type = "API"
2+
name = "example"
3+
integration_type = "GITHUB"
4+
github {
5+
branch_filter = ["main", "master"]
6+
event_filter = ["release"]
7+
}
48
}

0 commit comments

Comments
 (0)