imperva / terraform-provider-incapsula

This package is a plugin for Terraform, and is designed to be used to auto-provision sites in Incapsula via Incapsula’s API from the terraform cli/yaml configurations.
Mozilla Public License 2.0
44 stars 72 forks source link

Change outputs for SSL verification records #439

Closed uduncanu closed 3 months ago

uduncanu commented 4 months ago

This ensures that the SSL verification records always exist, allowing them to just be outputted rather than potentially having to add in some logic to try to work out if they exist to avoid Terraform giving an error.

I've also added in outputting the values for CNAME verification, as reported in https://github.com/imperva/terraform-provider-incapsula/issues/426