Skip to content

Commit

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

Bumps the cloud-platform-aws-vpc group with 2 updates in the /terraform/aws-accounts/cloud-platform-aws/vpc directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) and [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc).


Updates `hashicorp/aws` from 5.80.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.80.0...v5.82.2)

Updates `terraform-aws-modules/vpc/aws` from 5.16.0 to 5.17.0
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-vpc@v5.16.0...v5.17.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-vpc
- dependency-name: terraform-aws-modules/vpc/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-platform-aws-vpc
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 87f72e0 commit ccd7036
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions terraform/aws-accounts/cloud-platform-aws/vpc/.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/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ locals {
#######

module "vpc" {
version = "5.16.0"
version = "5.17.0"
source = "terraform-aws-modules/vpc/aws"

name = local.vpc_name
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws-accounts/cloud-platform-aws/vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.80.0"
version = "~> 5.82.2"
}
}
}

0 comments on commit ccd7036

Please sign in to comment.