Skip to content

Commit

Permalink
adjust example
Browse files Browse the repository at this point in the history
  • Loading branch information
STLVRTX committed Nov 17, 2024
1 parent befbd3c commit 509f8a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/deployment_pipeline/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
resource "ilert_deployment_pipeline" "example" {
name = "example1"
integration_type = "API"
name = "example"
integration_type = "GITHUB"
github {
branch_filter = ["main", "master"]
event_filter = ["release"]
}
}

0 comments on commit 509f8a7

Please sign in to comment.