We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b9dba commit 58b2d73Copy full SHA for 58b2d73
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 2.7.3 (Released)
2
+
3
+* Set the `log_level` in the `site` resource to be optional
4
+* Fix `omitempty` issues in `client_performance`
5
6
## 2.7.2 (Released)
7
8
* Fix documentation bug for `account` resource
GNUmakefile
@@ -5,7 +5,7 @@ HOSTNAME=registry.terraform.io
NAMESPACE=terraform-providers
PKG_NAME=incapsula
BINARY=terraform-provider-${PKG_NAME}
-VERSION=2.7.2
+VERSION=2.7.3
9
# OS_ARCH=darwin_amd64
10
11
default: install
0 commit comments