We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6be5c commit 6b292feCopy full SHA for 6b292fe
examples/complete/main.tf
@@ -4,7 +4,7 @@ provider "aws" {
4
5
module "vpc" {
6
source = "cloudposse/vpc/aws"
7
- version = "2.1.0"
+ version = "2.2.0"
8
9
ipv4_primary_cidr_block = "172.16.0.0/16"
10
0 commit comments