Skip to content

Commit 7302302

Browse files
authored
docs: Document create_database_subnet_group requiring database_subnets (#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`.
1 parent d9e7a6f commit 7302302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ variable "create_elasticache_subnet_route_table" {
209209
}
210210

211211
variable "create_database_subnet_group" {
212-
description = "Controls if database subnet group should be created"
212+
description = "Controls if database subnet group should be created (n.b. database_subnets must also be set)"
213213
type = bool
214214
default = true
215215
}

0 commit comments

Comments
 (0)