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

Upgrade terraform-provider-pagerduty to v3.20.0 #742

Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading