From e6562e9b210ac78f85f8abac5442979e858b2166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:23:23 +0000 Subject: [PATCH] chore(deps): Update honeycombio/honeycombio requirement from ~> 0.27.2 to ~> 0.28.1 Updates the requirements on [honeycombio/honeycombio](https://github.com/honeycombio/terraform-provider-honeycombio) to permit the latest version. - [Release notes](https://github.com/honeycombio/terraform-provider-honeycombio/releases) - [Changelog](https://github.com/honeycombio/terraform-provider-honeycombio/blob/main/CHANGELOG.md) - [Commits](https://github.com/honeycombio/terraform-provider-honeycombio/compare/v0.27.2...v0.28.1) --- updated-dependencies: - dependency-name: honeycombio/honeycombio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/providers.tf b/infra/providers.tf index 75da3e4..94e236d 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -14,7 +14,7 @@ terraform { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.27.2" + version = "~> 0.28.1" } } }