We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97f7fd commit abd28b7Copy full SHA for abd28b7
main.tf
@@ -1,7 +1,7 @@
1
## Provision the VPC for VPN
2
module "vpc" {
3
source = "aws-ia/vpc/aws"
4
- version = "4.4.3"
+ version = "4.4.4"
5
6
name = var.name
7
az_count = var.availability_zones
modules/shared/main.tf
@@ -2,7 +2,7 @@
## Provision a virtual private cloud
8
0 commit comments