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:
parent
ba49e1b730
commit
e8eb2e3573
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue