Skip to content

Commit

Permalink
chore(cloudposse/vpc/aws): 2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoataoldotcom authored Nov 11, 2023
1 parent b602fd7 commit 97e231b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module "vpc" {
source = "cloudposse/vpc/aws"
# Cloud Posse recommends pinning every module to a specific version
version = "2.1.0"
version = "2.1.1"
ipv4_primary_cidr_block = local.vpc.cidr_block
name = "captain"
}
Expand Down

0 comments on commit 97e231b

Please sign in to comment.