Use correct terms in DB Subnet Group docs
This commit is contained in:
parent
ab0a7d8096
commit
49a1f21a09
|
@ -24,9 +24,9 @@ resource "aws_db_subnet_group" "default" {
|
||||||
|
|
||||||
The following arguments are supported:
|
The following arguments are supported:
|
||||||
|
|
||||||
* `name` - (Required) The name of the DB security group.
|
* `name` - (Required) The name of the DB subnet group.
|
||||||
* `description` - (Required) The description of the DB security group.
|
* `description` - (Required) The description of the DB subnet group.
|
||||||
* `subnet_ids` - (Required) A list of ingress rules.
|
* `subnet_ids` - (Required) A list of VPC subnet IDs.
|
||||||
|
|
||||||
## Attributes Reference
|
## Attributes Reference
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue