Skip to content

Commit

Permalink
adding action as mandatory field (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
saiyam1814 authored Apr 5, 2022
1 parent 500c0e6 commit 7eb9db5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/firewall_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ resource "civo_firewall_rule" "custom_port" {
direction = "ingress"
label = "custom-application"
depends_on = [civo_firewall.custom_firewall]
action = "allow"
}
```

Expand Down

0 comments on commit 7eb9db5

Please sign in to comment.