Skip to content

Commit

Permalink
chore(deps): bump the cloud-platform-aws-vpc-eks group across 1 direc…
Browse files Browse the repository at this point in the history
…tory with 4 updates

Bumps the cloud-platform-aws-vpc-eks group with 4 updates in the /terraform/aws-accounts/cloud-platform-aws/vpc/eks directory: [auth0/auth0](https://github.com/auth0/terraform-provider-auth0), [auth0::cloud-platform-terraform-auth0](https://github.com/ministryofjustice/cloud-platform-terraform-auth0), [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [hashicorp/kubernetes](https://github.com/hashicorp/terraform-provider-kubernetes).


Updates `auth0/auth0` from 1.7.3 to 1.9.1
- [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.7.3...v1.9.1)

Updates `auth0::cloud-platform-terraform-auth0` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/ministryofjustice/cloud-platform-terraform-auth0/releases)
- [Commits](ministryofjustice/cloud-platform-terraform-auth0@2.0.1...2.0.2)

Updates `hashicorp/aws` from 5.76.0 to 5.82.2
- [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@v5.76.0...v5.82.2)

Updates `hashicorp/kubernetes` from 2.33.0 to 2.35.1
- [Release notes](https://github.com/hashicorp/terraform-provider-kubernetes/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-kubernetes@v2.33.0...v2.35.1)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-vpc-eks
- dependency-name: auth0::github::ministryofjustice/cloud-platform-terraform-auth0::2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cloud-platform-aws-vpc-eks
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-vpc-eks
- dependency-name: hashicorp/kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-vpc-eks
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 929ca22 commit 7213920
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
108 changes: 54 additions & 54 deletions terraform/aws-accounts/cloud-platform-aws/vpc/eks/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/aws-accounts/cloud-platform-aws/vpc/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ resource "aws_route53_record" "parent_zone_cluster_ns" {
#########

module "auth0" {
source = "github.com/ministryofjustice/cloud-platform-terraform-auth0?ref=2.0.1"
source = "github.com/ministryofjustice/cloud-platform-terraform-auth0?ref=2.0.2"

cluster_name = terraform.workspace
services_base_domain = local.services_base_domain
Expand Down
6 changes: 3 additions & 3 deletions terraform/aws-accounts/cloud-platform-aws/vpc/eks/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ terraform {
required_providers {
auth0 = {
source = "auth0/auth0"
version = "1.7.3"
version = "1.9.1"
}
aws = {
source = "hashicorp/aws"
version = "5.76.0"
version = "5.82.2"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.33.0"
version = "2.35.1"
}
}
required_version = ">= 1.2.5"
Expand Down

0 comments on commit 7213920

Please sign in to comment.