Skip to content

Commit

Permalink
Repoint vpc module to aws-ia
Browse files Browse the repository at this point in the history
  • Loading branch information
tonynv committed Jun 16, 2021
1 parent c920a8b commit 6e5cfd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ module "vpc_label" {
######################################

module "aurora_vpc" {
source = "aws-quickstart/vpc/aws"
version = "0.0.8"
source = "aws-ia/vpc/aws"
version = "0.0.2"
region = var.region
cidr = "10.0.0.0/16"
public_subnets = ["10.0.128.0/20", "10.0.144.0/20", "10.0.160.0/20", "10.0.176.0/20", "10.0.240.0/22", "10.0.244.0/22"]
Expand Down

0 comments on commit 6e5cfd8

Please sign in to comment.