We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e03f5c commit d46be2aCopy full SHA for d46be2a
examples/complete/main.tf
@@ -4,7 +4,7 @@ provider "aws" {
4
5
module "vpc" {
6
source = "cloudposse/vpc/aws"
7
- version = "2.2.0"
+ version = "3.0.0"
8
9
ipv4_primary_cidr_block = var.vpc_cidr_block
10
0 commit comments