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 6de2235 commit f68c4e2Copy full SHA for f68c4e2
examples/complete/main.tf
@@ -16,7 +16,7 @@ provider "aws" {
16
17
module "vpc" {
18
source = "cloudposse/vpc/aws"
19
- version = "2.3.0"
+ version = "3.0.0"
20
21
ipv4_primary_cidr_block = var.vpc_cidr_block
22
examples/serverless/main.tf
- version = "2.1.1"
0 commit comments