-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial attempt to create pagerduty orchestration for sprinkler #7912
Conversation
|
|
||
resource "pagerduty_event_orchestration" "monitor-sprinkler-integration" { | ||
depends_on = [ pagerduty_team.sprinkler-development ] | ||
name = "My Monitoring Orchestration of Sprinkler" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this orchestration can be left here for the team to use to test future pagerduty changes. Could you name it and the description something to reflect that, eg name="sprinkler-development-integration" description="Integrates sprinkler-development account with PagerDuty" thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have amended the description to the one you suggested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have put the description in the name field and the description is still the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Again based on the call #5980
This is an attempt to create orchestration on pager duty. It will, initially, just be on the creation of the code.
I have had to include the team in there so there may be other versions in the future.