Skip to content

Commit

Permalink
chore(deps): update all (cloudposse#220)
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 May 1, 2024
1 parent c1a3f23 commit ca57d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ locals {

module "vpc" {
source = "cloudposse/vpc/aws"
version = "2.1.1"
version = "2.2.0"

ipv4_primary_cidr_block = "172.16.0.0/16"
tags = local.tags
Expand All @@ -75,7 +75,7 @@ module "vpc" {

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

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

0 comments on commit ca57d35

Please sign in to comment.