Skip to content

Commit

Permalink
Chore [deps:terraform]: update DataDog/datadog requirement from ~> 3.…
Browse files Browse the repository at this point in the history
…29.0 to ~> 3.49.0

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.49.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent c63ae04 commit 3272cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
}
datadog = {
source = "DataDog/datadog"
version = "~> 3.29.0"
version = "~> 3.49.0"
}
}

Expand Down

0 comments on commit 3272cb6

Please sign in to comment.