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 a91401e commit 3ce3523Copy full SHA for 3ce3523
examples/vpc-only/main.tf
@@ -4,7 +4,7 @@ provider "aws" {
4
5
module "requester_vpc" {
6
source = "cloudposse/vpc/aws"
7
- version = "2.2.0"
+ version = "2.3.0"
8
ipv4_primary_cidr_block = "172.16.0.0/16"
9
10
context = module.this.context
@@ -25,7 +25,7 @@ module "requester_subnets" {
25
26
module "accepter_vpc" {
27
28
29
ipv4_primary_cidr_block = "172.17.0.0/16"
30
31
0 commit comments