Skip to content

Commit d16caa9

Browse files
authored
[provider] Bump Datadog Go SDK (#2697)
* bump go * make docs
1 parent 04e0413 commit d16caa9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/resources/integration_aws_tag_filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "datadog_integration_aws_tag_filter" "foo" {
2727
### Required
2828

2929
- `account_id` (String) Your AWS Account ID without dashes.
30-
- `namespace` (String) The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`.
30+
- `namespace` (String) The namespace associated with the tag filter entry. Valid values are `elb`, `application_elb`, `sqs`, `rds`, `custom`, `network_elb`, `lambda`, `step_functions`.
3131
- `tag_filter_str` (String) The tag filter string.
3232

3333
### Read-Only

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/terraform-providers/terraform-provider-datadog
22

33
require (
4-
github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241113153831-04f32a8539e4
4+
github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241120195630-c33c4f106e88
55
github.com/DataDog/dd-sdk-go-testing v0.0.0-20211116174033-1cd082e322ad
66
github.com/Masterminds/semver/v3 v3.1.1
77
github.com/google/go-cmp v0.5.9

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
22
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3-
github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241113153831-04f32a8539e4 h1:1QSRccPmp7/Jap3EMZ27e4qDWlr5jUyy89ToVBbGyeY=
4-
github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241113153831-04f32a8539e4/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U=
3+
github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241120195630-c33c4f106e88 h1:tyd/Jsn6fmvORRepj0CcwU6YhNHlMvRZieau+SSeYP0=
4+
github.com/DataDog/datadog-api-client-go/v2 v2.33.1-0.20241120195630-c33c4f106e88/go.mod h1:d3tOEgUd2kfsr9uuHQdY+nXrWp4uikgTgVCPdKNK30U=
55
github.com/DataDog/datadog-go v4.4.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
66
github.com/DataDog/datadog-go v4.8.3+incompatible h1:fNGaYSuObuQb5nzeTQqowRAd9bpDIRRV4/gUtIBjh8Q=
77
github.com/DataDog/datadog-go v4.8.3+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=

0 commit comments

Comments
 (0)