From e8eb2e3573b0bbe3aa0ea8a32420b4edb9ac0cef Mon Sep 17 00:00:00 2001 From: stack72 Date: Thu, 17 Dec 2015 01:18:53 +0100 Subject: [PATCH] Changing the ingress structure to be required in DB Security Group - this was marked as optional in the docs whereas the schema has it as required --- .../source/docs/providers/aws/r/db_security_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/db_security_group.html.markdown b/website/source/docs/providers/aws/r/db_security_group.html.markdown index 1c7f8183e..72b969bee 100644 --- a/website/source/docs/providers/aws/r/db_security_group.html.markdown +++ b/website/source/docs/providers/aws/r/db_security_group.html.markdown @@ -32,7 +32,7 @@ The following arguments are supported: * `name` - (Required) The name of the DB security group. * `description` - (Required) The description of the DB security group. -* `ingress` - (Optional) A list of ingress rules. +* `ingress` - (Required) A list of ingress rules. * `tags` - (Optional) A mapping of tags to assign to the resource. Ingress blocks support the following: