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

This commit is contained in:
stack72 2015-12-17 01:18:53 +01:00
parent ba49e1b730
commit e8eb2e3573
1 changed files with 1 additions and 1 deletions

View File

@ -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: