Document firewall rule import

Fixes #93
This commit is contained in:
Paul Tyng
2021-03-07 14:18:07 -05:00
parent d831b3cad9
commit 74e7b8500a
2 changed files with 9 additions and 0 deletions

View File

@@ -66,4 +66,11 @@ resource "unifi_firewall_rule" "drop_all" {
- **id** (String) The ID of the firewall rule.
## Import
Import is supported using the following syntax:
```shell
# import using the ID from the controller API/UI
terraform import unifi_firewall_rule.my_rule 5f7080eb6b8969064f80494f
```