Skip to content

Commit

Permalink
Merge pull request #446 from stmcallister/gh-428
Browse files Browse the repository at this point in the history
Fix Service Event Rules Tests...and Updated the Version of TF SDK
  • Loading branch information
Scott McAllister authored Jan 19, 2022
2 parents efbada8 + 87d6ff6 commit 8f8042b
Show file tree
Hide file tree
Showing 889 changed files with 17,553 additions and 203,598 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.16

require (
cloud.google.com/go v0.71.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/heimweh/go-pagerduty v0.0.0-20211210233744-b65de43109c1
golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd // indirect
google.golang.org/api v0.35.0 // indirect
Expand Down
43 changes: 43 additions & 0 deletions go.sum

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions pagerduty/resource_pagerduty_service_event_rule_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ resource "pagerduty_service_event_rule" "foo" {
resource "pagerduty_service_event_rule" "bar" {
service = pagerduty_service.foo.id
position = 1
depends_on = [
pagerduty_service_event_rule.foo
]
disabled = true
conditions {
operator = "and"
Expand All @@ -382,6 +385,9 @@ resource "pagerduty_service_event_rule" "baz" {
service = pagerduty_service.foo.id
position = 2
disabled = true
depends_on = [
pagerduty_service_event_rule.bar
]
conditions {
operator = "and"
subconditions {
Expand Down
11 changes: 0 additions & 11 deletions vendor/cloud.google.com/go/.gitignore

This file was deleted.

1,748 changes: 0 additions & 1,748 deletions vendor/cloud.google.com/go/CHANGES.md

This file was deleted.

44 changes: 0 additions & 44 deletions vendor/cloud.google.com/go/CODE_OF_CONDUCT.md

This file was deleted.

261 changes: 0 additions & 261 deletions vendor/cloud.google.com/go/CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 8f8042b

Please sign in to comment.