-
Notifications
You must be signed in to change notification settings - Fork 393
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
[datadog_workflow_automation] Add Workflows to Terraform #2833
base: master
Are you sure you want to change the base?
[datadog_workflow_automation] Add Workflows to Terraform #2833
Conversation
…esource_and_data_model
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🚀
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/zclconf/go-cty v1.13.2 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/oauth2 v0.10.0 // indirect | ||
golang.org/x/oauth2 v0.17.0 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Library Vulnerability
golang.org/x/oauth2 → 0.17.0
View all suggested fixes
golang.org/x/oauth2 v0.17.0 // indirect | |
golang.org/x/oauth2 vv0.28.0// indirect |
golang.org/x/oauth2 v0.17.0 // indirect | |
golang.org/x/oauth2 vv0.27.0// indirect |
Unexpected memory consumption during token parsing in golang.org/x/oauth2 (...read more)
…esource_and_data_model
go.sum,github.com/goccy/go-json,MIT,2020 Masaaki Goshima | ||
go.sum,github.com/hashicorp/terraform-plugin-framework-jsontypes,MPL-2.0,Copyright (c) 2023 HashiCorp, Inc. | ||
go.sum,github.com/bufbuild/protocompile,Apache-2.0,Copyright 2020-2025 Buf Technologies, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
protocompile
and rpc
I believe were forgotten by security monitoring as I am not using them, but added them anyways.
@@ -155,6 +156,63 @@ func CheckForUnparsed(resp interface{}) error { | |||
return nil | |||
} | |||
|
|||
// CheckForAdditionalProperties takes in a API object and returns an error if it contains an additional property | |||
func CheckForAdditionalProperties(resp interface{}) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See this thread for more context: https://dd.slack.com/archives/C013K2M4KH6/p1741295090710369
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some minor feedback for your review.
1354b9b
This PR adds the Workflow Automation data source and resource!