diff --git a/infra/providers.tf b/infra/providers.tf index 28ee4ff..86684c2 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -14,7 +14,7 @@ terraform { honeycombio = { source = "honeycombio/honeycombio" - version = "~> 0.24.0" + version = "~> 0.25.0" } } }