terraform-provider-citrixadc icon indicating copy to clipboard operation
terraform-provider-citrixadc copied to clipboard

Documentation issue, example for sslcertkey resource stores cert and key in invalid location

Open stevenwright1 opened this issue 2 years ago • 0 comments

The default path is noted within the cert and key parameters, however, using the default example path ("/var/tmp") will likely lead to data loss when the temporary data is cleared and (as noted in the parameter section) will not not sync between HA nodes. I think we should adjust the docs to use the following example.

resource "citrixadc_sslcertkey" "tf_sslcertkey" { certkey = "tf_sslcertkey" cert = "/nsconfig/ssl/certificate1.crt" key = "/nsconfig/ssl/key1.pem" notificationperiod = 40 expirymonitor = "ENABLED" }

stevenwright1 avatar Jul 18 '22 14:07 stevenwright1