Skip to content

Commit 7fde994

Browse files
Bump the terraform-all-dependencies group across 1 directory with 7 updates
Bumps the terraform-all-dependencies group with 7 updates in the /infra/shared directory: | Package | From | To | | --- | --- | --- | | [auth0/auth0](https://github.com/auth0/terraform-provider-auth0) | `1.45.0` | `1.46.0` | | [hashicorp/archive](https://github.com/hashicorp/terraform-provider-archive) | `2.7.1` | `2.8.0` | | [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) | `6.43.0` | `6.45.0` | | [hashicorp/awscc](https://github.com/hashicorp/terraform-provider-awscc) | `1.82.0` | `1.84.0` | | [hashicorp/local](https://github.com/hashicorp/terraform-provider-local) | `2.8.0` | `2.9.0` | | [hashicorp/null](https://github.com/hashicorp/terraform-provider-null) | `3.2.4` | `3.3.0` | | [hashicorp/random](https://github.com/hashicorp/terraform-provider-random) | `3.8.1` | `3.9.0` | Updates `auth0/auth0` from 1.45.0 to 1.46.0 - [Release notes](https://github.com/auth0/terraform-provider-auth0/releases) - [Changelog](https://github.com/auth0/terraform-provider-auth0/blob/main/CHANGELOG.md) - [Commits](auth0/terraform-provider-auth0@v1.45.0...v1.46.0) Updates `hashicorp/archive` from 2.7.1 to 2.8.0 - [Release notes](https://github.com/hashicorp/terraform-provider-archive/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-archive/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-archive@v2.7.1...v2.8.0) Updates `hashicorp/aws` from 6.43.0 to 6.45.0 - [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-aws@v6.43.0...v6.45.0) Updates `hashicorp/awscc` from 1.82.0 to 1.84.0 - [Release notes](https://github.com/hashicorp/terraform-provider-awscc/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-awscc/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-awscc@v1.82.0...v1.84.0) Updates `hashicorp/local` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/hashicorp/terraform-provider-local/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-local/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-local@v2.8.0...v2.9.0) Updates `hashicorp/null` from 3.2.4 to 3.3.0 - [Release notes](https://github.com/hashicorp/terraform-provider-null/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-null/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-null@v3.2.4...v3.3.0) Updates `hashicorp/random` from 3.8.1 to 3.9.0 - [Release notes](https://github.com/hashicorp/terraform-provider-random/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-provider-random@v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: auth0/auth0 dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/archive dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/aws dependency-version: 6.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/awscc dependency-version: 1.84.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/local dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/null dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/random dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 018e971 commit 7fde994

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

infra/shared/versions.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,31 @@ terraform {
33
required_providers {
44
archive = {
55
source = "hashicorp/archive"
6-
version = "2.7.1"
6+
version = "2.8.0"
77
}
88
aws = {
99
source = "hashicorp/aws"
10-
version = "6.43.0"
10+
version = "6.45.0"
1111
}
1212
awscc = {
1313
source = "hashicorp/awscc"
14-
version = "1.82.0"
14+
version = "1.84.0"
1515
}
1616
auth0 = {
1717
source = "auth0/auth0"
18-
version = "1.45.0"
18+
version = "1.46.0"
1919
}
2020
random = {
2121
source = "hashicorp/random"
22-
version = "3.8.1"
22+
version = "3.9.0"
2323
}
2424
null = {
2525
source = "hashicorp/null"
26-
version = "3.2.4"
26+
version = "3.3.0"
2727
}
2828
local = {
2929
source = "hashicorp/local"
30-
version = "2.8.0"
30+
version = "2.9.0"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)