Skip to content

Commit

Permalink
Upgrade terraform-provider-pagerduty to v3.20.0 (#742)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-pagerduty
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-pagerduty from 3.19.4  to 3.20.0.
	Fixes #740
  • Loading branch information
pulumi-bot authored Feb 7, 2025
1 parent f34e7a4 commit 3c605ef
Show file tree
Hide file tree
Showing 17 changed files with 240 additions and 3 deletions.
16 changes: 15 additions & 1 deletion provider/cmd/pulumi-resource-pagerduty/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,8 @@
},
"routeTo": {
"type": "string",
"description": "The ID of a Set from this Service Orchestration whose rules you also want to use with events that match this rule.\n"
"description": "The ID of a Set from this Service Orchestration whose rules you also want to use with events that match this rule.\n",
"deprecationMessage": "The 'route_to' attribute is no longer supported for catch-all rules."
},
"severity": {
"type": "string",
Expand Down Expand Up @@ -6587,6 +6588,10 @@
"type": "string",
"description": "The description of the workflow.\n"
},
"isEnabled": {
"type": "string",
"description": "Indicates whether the Incident Workflow is enabled or not. Disabled workflows will not be triggered, and will not count toward the account's enabled workflow limit.\n"
},
"name": {
"type": "string",
"description": "The name of the workflow.\n"
Expand All @@ -6604,6 +6609,7 @@
}
},
"required": [
"isEnabled",
"name",
"steps"
],
Expand All @@ -6612,6 +6618,10 @@
"type": "string",
"description": "The description of the workflow.\n"
},
"isEnabled": {
"type": "string",
"description": "Indicates whether the Incident Workflow is enabled or not. Disabled workflows will not be triggered, and will not count toward the account's enabled workflow limit.\n"
},
"name": {
"type": "string",
"description": "The name of the workflow.\n"
Expand All @@ -6635,6 +6645,10 @@
"type": "string",
"description": "The description of the workflow.\n"
},
"isEnabled": {
"type": "string",
"description": "Indicates whether the Incident Workflow is enabled or not. Disabled workflows will not be triggered, and will not count toward the account's enabled workflow limit.\n"
},
"name": {
"type": "string",
"description": "The name of the workflow.\n"
Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ require (
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault/api v1.12.0 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/heimweh/go-pagerduty v0.0.0-20250113182705-ce1f94dc30af // indirect
github.com/heimweh/go-pagerduty v0.0.0-20250206202923-12b6de611ec0 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
Expand Down
18 changes: 18 additions & 0 deletions sdk/dotnet/IncidentWorkflow.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions sdk/go/pagerduty/incidentWorkflow.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions sdk/go/pagerduty/pulumiTypes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions sdk/java/src/main/java/com/pulumi/pagerduty/IncidentWorkflow.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c605ef

Please sign in to comment.