Skip to content

Commit 1b53242

Browse files
chore(deps): update terraform cloudposse/vpc/aws to v2.3.0 (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77f8a57 commit 1b53242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ provider "aws" {
1616

1717
module "vpc" {
1818
source = "cloudposse/vpc/aws"
19-
version = "2.1.1"
19+
version = "2.3.0"
2020

2121
ipv4_primary_cidr_block = var.vpc_cidr_block
2222

0 commit comments

Comments
 (0)