From 6087a7840629aefec07d0512bbe6a3d70a4a801b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:48:37 +0000 Subject: [PATCH] chore(deps): bump hashicorp/awscc in /modules/perforce/helix-core Bumps [hashicorp/awscc](https://github.com/hashicorp/terraform-provider-awscc) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/hashicorp/terraform-provider-awscc/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-awscc/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-awscc/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: hashicorp/awscc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/perforce/helix-core/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/perforce/helix-core/versions.tf b/modules/perforce/helix-core/versions.tf index 6ef7f215..1f9a4234 100644 --- a/modules/perforce/helix-core/versions.tf +++ b/modules/perforce/helix-core/versions.tf @@ -8,7 +8,7 @@ terraform { } awscc = { source = "hashicorp/awscc" - version = "1.9.0" + version = "1.10.0" } random = { source = "hashicorp/random"