Skip to content

Commit ef163b4

Browse files
committed
min
1 parent 313af3a commit ef163b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/service/thirdpartyintegration/resource_third_party_integration.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"github.com/hashicorp/go-cty/cty"
99
"github.com/hashicorp/terraform-plugin-sdk/v2/diag"
1010
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
11+
1112
"github.com/mongodb/terraform-provider-mongodbatlas/internal/common/validate"
1213
"github.com/mongodb/terraform-provider-mongodbatlas/internal/config"
1314
)
@@ -24,7 +25,7 @@ var integrationTypes = []string{
2425

2526
var requiredPerType = map[string][]string{
2627
"PAGER_DUTY": {"service_key"},
27-
"DATADOG": {"api_key", "region", "send_collection_latency_metrics", "send_database_metrics"},
28+
"DATADOG": {"api_key", "region"},
2829
"OPS_GENIE": {"api_key", "region"},
2930
"VICTOR_OPS": {"api_key"},
3031
"WEBHOOK": {"url"},

0 commit comments

Comments
 (0)