-
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_integration_ms_teams_microsoft_workflows_webhook_handle] Added Resource #2849
[datadog_integration_ms_teams_microsoft_workflows_webhook_handle] Added Resource #2849
Conversation
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.
Approving with one minor update
docs/resources/integration_ms_teams_microsoft_workflows_webhook_handle.md
Outdated
Show resolved
Hide resolved
datadog/fwprovider/resource_datadog_integration_microsoft_teams_workflows_webhook_handle.go
Outdated
Show resolved
Hide resolved
datadog/fwprovider/resource_datadog_integration_microsoft_teams_workflows_webhook_handle.go
Outdated
Show resolved
Hide resolved
@@ -200,6 +200,7 @@ var testFiles2EndpointTags = map[string]string{ | |||
"tests/resource_datadog_integration_gcp_sts_test": "integration-gcp", | |||
"tests/resource_datadog_integration_gcp_test": "integration-gcp", | |||
"tests/resource_datadog_integration_microsoft_teams_handle_test": "integration-microsoft-teams", | |||
"tests/resource_datadog_integration_ms_teams_workflows_handle_test": "integration-microsoft-teams", |
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.
The value is a copy/paste from the previous line
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.
What would the correct value be? My understanding was that since both tests were part of the same integration, they would have the same value.
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.
ok, let's do that way
…flows-handle-resource
Added MS Teams Workflows Webhooks Resource