Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/dynamic-subnets/aws to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 23d1a1f commit f715688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "vpc" {

module "subnets" {
source = "cloudposse/dynamic-subnets/aws"
version = "2.4.1"
version = "2.4.2"

availability_zones = ["us-east-2a", "us-east-2b"]
vpc_id = module.vpc.vpc_id
Expand Down

0 comments on commit f715688

Please sign in to comment.