Skip to content

Commit 450b8c4

Browse files
⬆️ tf: Bump the terraform group with 2 updates
Bumps the terraform group with 2 updates: [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) and [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc). Updates `terraform-aws-modules/iam/aws` from 5.60.0 to 6.2.3 - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md) - [Commits](terraform-aws-modules/terraform-aws-iam@v5.60.0...v6.2.3) Updates `terraform-aws-modules/vpc/aws` from 6.0.1 to 6.5.1 - [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@v6.0.1...v6.5.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/iam/aws dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: terraform - dependency-name: terraform-aws-modules/vpc/aws dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: terraform ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 682889d commit 450b8c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-iam-account.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module "label_account_alias" {
77

88
module "iam_account" {
99
source = "terraform-aws-modules/iam/aws//modules/iam-account"
10-
version = "5.60.0"
10+
version = "6.2.3"
1111

1212
account_alias = module.label_account_alias.id
1313

aws-vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ locals {
1111

1212
module "vpc_default" {
1313
source = "terraform-aws-modules/vpc/aws"
14-
version = "6.0.1"
14+
version = "6.5.1"
1515
create_vpc = true
1616

1717
name = module.label_network.id

0 commit comments

Comments
 (0)