From 83035fd4372fcd2f35207d3d85a588b243773c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 04:28:58 +0000 Subject: [PATCH] Update digitalocean/digitalocean requirement from ~> 2.28.0 to ~> 2.29.0 Updates the requirements on [digitalocean/digitalocean](https://github.com/digitalocean/terraform-provider-digitalocean) to permit the latest version. - [Release notes](https://github.com/digitalocean/terraform-provider-digitalocean/releases) - [Changelog](https://github.com/digitalocean/terraform-provider-digitalocean/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalocean/terraform-provider-digitalocean/compare/v2.28.0...v2.29.0) --- updated-dependencies: - dependency-name: digitalocean/digitalocean dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tf-workspaces/cluster/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-workspaces/cluster/providers.tf b/tf-workspaces/cluster/providers.tf index f16d5f9..46897d0 100644 --- a/tf-workspaces/cluster/providers.tf +++ b/tf-workspaces/cluster/providers.tf @@ -16,7 +16,7 @@ terraform { } digitalocean = { source = "digitalocean/digitalocean" - version = "~> 2.28.0" + version = "~> 2.29.0" } hcloud = { source = "hetznercloud/hcloud"