terraform-provider-bigip
terraform-provider-bigip copied to clipboard
Remove sensitive flag from SSL certificate
An SSL certificate is generally considered not a secret since it's transmitted as part of setting up an HTTPS connection. Marking the value here as sensitive creates issues in certain workflows.
Note: reverts a small part of #209