We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c68ae commit c675f04Copy full SHA for c675f04
1 file changed
terraform/examples/basic/main.tf.example
@@ -46,7 +46,7 @@ locals {
46
47
# The deb package version of the proxy that will be installed on the instance.
48
# Must be a valid, released version of Defguard Proxy.
49
- proxy_package_version = "1.6.2"
+ proxy_package_version = "1.6.3"
50
51
# The architecture of the Defguard Proxy server instance.
52
# Supported values: "x86_64", "aarch64"
@@ -77,7 +77,7 @@ locals {
77
78
# The gateway deb package version that will be installed on the instance.
79
# Must be a valid, released version of Defguard Gateway.
80
- gateway_package_version = "1.6.2"
+ gateway_package_version = "1.6.3"
81
82
# The architecture of the Defguard Gateway server instance.
83
0 commit comments