Skip to content

Commit

Permalink
Build(deps): Update DataDog/datadog requirement from ~> 3.29.0 to ~> …
Browse files Browse the repository at this point in the history
…3.30.0 (#332)

Updates the requirements on [DataDog/datadog](https://github.com/DataDog/terraform-provider-datadog) to permit the latest version.
- [Release notes](https://github.com/DataDog/terraform-provider-datadog/releases)
- [Changelog](https://github.com/DataDog/terraform-provider-datadog/blob/master/CHANGELOG.md)
- [Commits](DataDog/terraform-provider-datadog@v3.29.0...v3.30.0)

---
updated-dependencies:
- dependency-name: DataDog/datadog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Hendrickson <[email protected]>
  • Loading branch information
dependabot[bot] and TylerHendrickson authored Sep 27, 2023
1 parent 52987b3 commit b189f7b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
datadog = {
source = "DataDog/datadog"
version = "~> 3.29.0"
version = "~> 3.30.0"
}
http = {
source = "hashicorp/http"
Expand Down

0 comments on commit b189f7b

Please sign in to comment.