Skip to content

Commit abd28b7

Browse files
chore(deps): update terraform aws-ia/vpc/aws to v4.4.4 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f97f7fd commit abd28b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Provision the VPC for VPN
22
module "vpc" {
33
source = "aws-ia/vpc/aws"
4-
version = "4.4.3"
4+
version = "4.4.4"
55

66
name = var.name
77
az_count = var.availability_zones

modules/shared/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Provision a virtual private cloud
33
module "vpc" {
44
source = "aws-ia/vpc/aws"
5-
version = "4.4.3"
5+
version = "4.4.4"
66

77
name = var.name
88
az_count = var.availability_zones

0 commit comments

Comments
 (0)