diff --git a/docs/resources/zenduty_alertrules.md b/docs/resources/zenduty_alertrules.md index c008956..6aab9e8 100644 --- a/docs/resources/zenduty_alertrules.md +++ b/docs/resources/zenduty_alertrules.md @@ -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`) diff --git a/go.mod b/go.mod index d41a655..ea870d5 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index b37c701..00f59d0 100644 --- a/go.sum +++ b/go.sum @@ -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=