Skip to content

Commit

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

Bumps the cloud-platform-aws-account group with 4 updates in the /terraform/aws-accounts/cloud-platform-aws/account directory: [auth0/auth0](https://github.com/auth0/terraform-provider-auth0), [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws), [integrations/github](https://github.com/integrations/terraform-provider-github) and [terraform-aws-modules/s3-bucket/aws](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket).


Updates `auth0/auth0` from 1.9.1 to 1.12.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.9.1...v1.12.0)

Updates `hashicorp/aws` from 5.83.0 to 5.86.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@v5.83.0...v5.86.0)

Updates `integrations/github` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/integrations/terraform-provider-github/releases)
- [Changelog](https://github.com/integrations/terraform-provider-github/blob/main/CHANGELOG.md)
- [Commits](integrations/terraform-provider-github@v6.4.0...v6.5.0)

Updates `terraform-aws-modules/s3-bucket/aws` from 4.3.0 to 4.5.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-s3-bucket@v4.3.0...v4.5.0)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: integrations/github
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
- dependency-name: terraform-aws-modules/s3-bucket/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-account
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 1dc2ccf commit e507038
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
108 changes: 54 additions & 54 deletions terraform/aws-accounts/cloud-platform-aws/account/.terraform.lock.hcl

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

6 changes: 3 additions & 3 deletions terraform/aws-accounts/cloud-platform-aws/account/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resource "aws_route53_record" "cloud_platform_justice_gov_uk_TXT" {

module "s3_bucket_thanos" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.3.0"
version = "4.5.0"

bucket = "cloud-platform-prometheus-thanos"
acl = "private"
Expand All @@ -156,7 +156,7 @@ module "s3_bucket_thanos" {

module "s3_bucket_velero" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.3.0"
version = "4.5.0"

bucket = "cloud-platform-velero-backups"
acl = "private"
Expand All @@ -182,7 +182,7 @@ module "s3_bucket_velero" {

module "s3_bucket_kubeconfigs" {
source = "terraform-aws-modules/s3-bucket/aws"
version = "4.3.0"
version = "4.5.0"

bucket = "cloud-platform-concourse-kubeconfig"
acl = "private"
Expand Down
6 changes: 3 additions & 3 deletions terraform/aws-accounts/cloud-platform-aws/account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.83.0"
version = "~> 5.86.0"
}
auth0 = {
source = "auth0/auth0"
version = "~> 1.9.1"
version = "~> 1.12.0"
}
elasticsearch = {
source = "phillbaker/elasticsearch"
Expand All @@ -23,7 +23,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "~> 6.4.0"
version = "~> 6.5.0"
}
}
}

0 comments on commit e507038

Please sign in to comment.