diff --git a/CHANGELOG.md b/CHANGELOG.md index 972a3828..b6e22456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/resources/firewall_rule.md b/docs/resources/firewall_rule.md index 6ad5ef6a..c30c5069 100644 --- a/docs/resources/firewall_rule.md +++ b/docs/resources/firewall_rule.md @@ -65,7 +65,6 @@ resource "civo_firewall_rule" "custom_port" { direction = "ingress" label = "custom-application" depends_on = [civo_firewall.custom_firewall] - action = "allow" } ```