Skip to content

Commit 13b1294

Browse files
Bump the terraform-all-dependencies group
Bumps the terraform-all-dependencies group in /infra/shared with 3 updates: [auth0/auth0](https://github.com/auth0/terraform-provider-auth0), [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [hashicorp/awscc](https://github.com/hashicorp/terraform-provider-awscc). Updates `auth0/auth0` from 1.39.1 to 1.41.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.39.1...v1.41.0) Updates `hashicorp/aws` from 6.32.1 to 6.36.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.32.1...v6.36.0) Updates `hashicorp/awscc` from 1.71.0 to 1.75.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.71.0...v1.75.0) --- updated-dependencies: - dependency-name: auth0/auth0 dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/aws dependency-version: 6.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform-all-dependencies - dependency-name: hashicorp/awscc dependency-version: 1.75.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 e14fce4 commit 13b1294

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infra/shared/versions.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ terraform {
77
}
88
aws = {
99
source = "hashicorp/aws"
10-
version = "6.32.1"
10+
version = "6.36.0"
1111
}
1212
awscc = {
1313
source = "hashicorp/awscc"
14-
version = "1.71.0"
14+
version = "1.75.0"
1515
}
1616
auth0 = {
1717
source = "auth0/auth0"
18-
version = "1.39.1"
18+
version = "1.41.0"
1919
}
2020
random = {
2121
source = "hashicorp/random"

0 commit comments

Comments
 (0)