Skip to content

Commit

Permalink
chore(deps): Synchonize module versions with le-tf-infra-aws repository
Browse files Browse the repository at this point in the history
  • Loading branch information
renemontilva authored and github-actions[bot] committed Dec 29, 2024
1 parent 11ed3c2 commit bcc1d74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion template/management/global/sso/account_assignments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# a group (or user) that is referenced by a permission set.
#
# module "account_assignments" {
# source = "github.com/binbashar/terraform-aws-sso.git//modules/account-assignments?ref=0.7.1"
# source = "github.com/binbashar/terraform-aws-sso.git//modules/account-assignments?ref=1.1.1"

# account_assignments = [
# # -------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion template/shared/primary_region/base-network/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Network Resources
#
module "vpc" {
source = "github.com/binbashar/terraform-aws-vpc.git?ref=v2.78.0"
source = "github.com/binbashar/terraform-aws-vpc.git?ref=v3.18.1"

name = local.vpc_name
cidr = local.vpc_cidr_block
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "vpc_flow_logs" {
source = "github.com/binbashar/terraform-aws-vpc-flowlogs.git?ref=v1.0.17"
source = "github.com/binbashar/terraform-aws-vpc-flowlogs.git?ref=v1.0.18"

vpc_id = module.vpc.vpc_id
bucket_name_prefix = "${var.project}-${var.environment}"
Expand Down

0 comments on commit bcc1d74

Please sign in to comment.