Skip to content

Commit

Permalink
Update docs and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 5, 2022
1 parent 7eb9db5 commit 00c2d6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## [v1.0.16](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.16) (5 April 2022)

### Merged
- [#128](https://github.com/civo/terraform-provider-civo/pull/128) - adding action as mandatory field

## [v1.0.15](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.15) (5 April 2022)

### Merged
Expand Down
1 change: 0 additions & 1 deletion docs/resources/firewall_rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ 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 00c2d6f

Please sign in to comment.