Skip to content

Commit

Permalink
Update Terraform cloudposse/dynamic-subnets/aws to v2.4.1 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2024
1 parent b4167fc commit aabd64a
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 @@ -13,7 +13,7 @@ module "vpc" {

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

availability_zones = var.availability_zones
vpc_id = module.vpc.vpc_id
Expand Down

0 comments on commit aabd64a

Please sign in to comment.