Skip to content

Commit 5f12013

Browse files
Make datadog_integration_aws' description not a deprecation warning (#820)
1 parent a227163 commit 5f12013

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

datadog/resource_datadog_integration_aws.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ func accountAndRoleFromID(id string) (string, string, error) {
2222

2323
func resourceDatadogIntegrationAws() *schema.Resource {
2424
return &schema.Resource{
25-
DeprecationMessage: "Provides a Datadog - Amazon Web Services integration resource. This can be used to create and manage Datadog - Amazon Web Services integration.\n\n",
26-
Create: resourceDatadogIntegrationAwsCreate,
27-
Read: resourceDatadogIntegrationAwsRead,
28-
Update: resourceDatadogIntegrationAwsUpdate,
29-
Delete: resourceDatadogIntegrationAwsDelete,
25+
Description: "Provides a Datadog - Amazon Web Services integration resource. This can be used to create and manage Datadog - Amazon Web Services integration.\n\n",
26+
Create: resourceDatadogIntegrationAwsCreate,
27+
Read: resourceDatadogIntegrationAwsRead,
28+
Update: resourceDatadogIntegrationAwsUpdate,
29+
Delete: resourceDatadogIntegrationAwsDelete,
3030
Importer: &schema.ResourceImporter{
3131
State: resourceDatadogIntegrationAwsImport,
3232
},

0 commit comments

Comments
 (0)