Skip to content

Commit

Permalink
add redshift to complete-vcp example
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Beauchamp committed Nov 28, 2017
1 parent e4bc647 commit 5602d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/complete-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module "vpc" {
public_subnets = ["10.10.11.0/24", "10.10.12.0/24", "10.10.13.0/24"]
database_subnets = ["10.10.21.0/24", "10.10.22.0/24", "10.10.23.0/24"]
elasticache_subnets = ["10.10.31.0/24", "10.10.32.0/24", "10.10.33.0/24"]
redshift_subnets = ["10.40.41.0/24", "10.40.42.0/24", "10.40.43.0/24"]

create_database_subnet_group = false

Expand Down

0 comments on commit 5602d8b

Please sign in to comment.