Skip to content

Commit

Permalink
docs: Document create_database_subnet_group requiring database_subnets (
Browse files Browse the repository at this point in the history
#424)

I ran into the same issue as #126 because there's nothing in the documentation making it clear that `create_database_subnet_group` only has an effect if you also specify `database_subnets`.
  • Loading branch information
acdha authored Apr 2, 2020
1 parent d9e7a6f commit 7302302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ variable "create_elasticache_subnet_route_table" {
}

variable "create_database_subnet_group" {
description = "Controls if database subnet group should be created"
description = "Controls if database subnet group should be created (n.b. database_subnets must also be set)"
type = bool
default = true
}
Expand Down

0 comments on commit 7302302

Please sign in to comment.