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
…49.0 to ~> 3.50.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.49.0...v3.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 526e738 commit fca80f7
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.49.0"
version = "~> 3.50.0"
}
}

Expand Down

0 comments on commit fca80f7

Please sign in to comment.