Skip to content

Commit

Permalink
bump zenduty go sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeruk12 committed Nov 6, 2023
1 parent 10e6a3e commit 4ed685c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/resources/zenduty_alertrules.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ resource "zenduty_alertrules" "example_alertrules" {
* `12` - add tag, value should be the unique_id of the tag
* `14` - add sla , value should be the unique_id of the sla
* `15` - add team priority , value should be the unique_id of the team priority
* `16` - add task template , value should be the unique_id of the task template
* `17` - add assign incident responder , value should be the unique_id of the responder
* `18` - hash entity_id, value is not required

* `value` (Required)(string) - The value of the action. (not required for `3`)
* `key` (Optional)(string) - The key of the action. (required for `11`)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module terraform-provider-zenduty
go 1.17

require (
github.com/Zenduty/zenduty-go-sdk v0.1.9
github.com/Zenduty/zenduty-go-sdk v0.2.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ github.com/Zenduty/zenduty-go-sdk v0.1.8 h1:vREmE/XO+nVR7oZ0JLp2W18QTl8r3a6ymsYY
github.com/Zenduty/zenduty-go-sdk v0.1.8/go.mod h1:XnK1p2uyFpBUwbW+xecKSww0klZOSKKoywobqGDlFE8=
github.com/Zenduty/zenduty-go-sdk v0.1.9 h1:8sHPvCMyAZL+bRJQvSmweIFCq046OFRE450v5yw/N3s=
github.com/Zenduty/zenduty-go-sdk v0.1.9/go.mod h1:XnK1p2uyFpBUwbW+xecKSww0klZOSKKoywobqGDlFE8=
github.com/Zenduty/zenduty-go-sdk v0.2.0 h1:2Z7R2cUpfUL1TRUV0+ePApwaRMFOkb+0zDjedp+cBmg=
github.com/Zenduty/zenduty-go-sdk v0.2.0/go.mod h1:XnK1p2uyFpBUwbW+xecKSww0klZOSKKoywobqGDlFE8=
github.com/acomagu/bufpipe v1.0.3 h1:fxAGrHZTgQ9w5QqVItgzwj235/uYZYgbXitB+dLupOk=
github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4=
github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
Expand Down

0 comments on commit 4ed685c

Please sign in to comment.