Skip to content

Commit 2d47a46

Browse files
chore(deps): update all minor dependencies
1 parent a267a32 commit 2d47a46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terragrunt/common/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "<= 5.51"
5+
version = "<= 5.54"
66
}
77
}
88
}

terragrunt/org_account/aft/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "account_factory_for_terraform" {
2-
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.11.1"
2+
source = "github.com/aws-ia/terraform-aws-control_tower_account_factory?ref=1.12.2"
33

44
terraform_version = "1.7.2"
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
boto3==1.34.122
22
black==24.4.2
3-
flake8==7.0.0
3+
flake8==7.1.0
44
pytest==8.2.2

0 commit comments

Comments
 (0)