From 023a9c22932a187113525db9068575af28ccc43d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:38:48 +0000 Subject: [PATCH] chore(deps): bump the aws-provider group across 5 directories with 1 update Bumps the aws-provider group with 1 update in the /modules/jenkins directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the aws-provider group with 1 update in the /modules/perforce/helix-authentication-service directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the aws-provider group with 1 update in the /modules/perforce/helix-core directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the aws-provider group with 1 update in the /modules/perforce/helix-swarm directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Bumps the aws-provider group with 1 update in the /samples/simple-build-pipeline directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws). Updates `hashicorp/aws` from 5.69.0 to 5.70.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v5.69.0...v5.70.0) Updates `hashicorp/aws` from 5.69.0 to 5.70.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v5.69.0...v5.70.0) Updates `hashicorp/aws` from 5.69.0 to 5.70.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v5.69.0...v5.70.0) Updates `hashicorp/aws` from 5.69.0 to 5.70.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v5.69.0...v5.70.0) Updates `hashicorp/aws` from 5.69.0 to 5.70.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-aws/compare/v5.69.0...v5.70.0) --- updated-dependencies: - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-provider - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-provider - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-provider - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-provider - dependency-name: hashicorp/aws dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-provider ... Signed-off-by: dependabot[bot] --- modules/jenkins/versions.tf | 2 +- modules/perforce/helix-authentication-service/versions.tf | 2 +- modules/perforce/helix-core/versions.tf | 2 +- modules/perforce/helix-swarm/versions.tf | 2 +- samples/simple-build-pipeline/versions.tf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/jenkins/versions.tf b/modules/jenkins/versions.tf index 19885469..cf1bfeaf 100644 --- a/modules/jenkins/versions.tf +++ b/modules/jenkins/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.69.0" + version = "5.70.0" } random = { source = "hashicorp/random" diff --git a/modules/perforce/helix-authentication-service/versions.tf b/modules/perforce/helix-authentication-service/versions.tf index d56e741e..ae8ccbe4 100644 --- a/modules/perforce/helix-authentication-service/versions.tf +++ b/modules/perforce/helix-authentication-service/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.69.0" + version = "5.70.0" } awscc = { source = "hashicorp/awscc" diff --git a/modules/perforce/helix-core/versions.tf b/modules/perforce/helix-core/versions.tf index d56e741e..ae8ccbe4 100644 --- a/modules/perforce/helix-core/versions.tf +++ b/modules/perforce/helix-core/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.69.0" + version = "5.70.0" } awscc = { source = "hashicorp/awscc" diff --git a/modules/perforce/helix-swarm/versions.tf b/modules/perforce/helix-swarm/versions.tf index 19885469..cf1bfeaf 100644 --- a/modules/perforce/helix-swarm/versions.tf +++ b/modules/perforce/helix-swarm/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.69.0" + version = "5.70.0" } random = { source = "hashicorp/random" diff --git a/samples/simple-build-pipeline/versions.tf b/samples/simple-build-pipeline/versions.tf index e9f141c7..03a42aae 100644 --- a/samples/simple-build-pipeline/versions.tf +++ b/samples/simple-build-pipeline/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.69.0" + version = "5.70.0" } } }