Skip to content
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

Fix Service Event Rules Tests...and Updated the Version of TF SDK #446

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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