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

Remove left double quotation marks from Docs #428

Closed stevendborrelli closed 4 months ago

stevendborrelli commented 4 months ago

We are writing a Crossplane provider using a tool called upjet to generate go types from the Terraform docs.

The use of left double quotation marks in some parts of the documentation breaks JSON parsing in upjet. This PR sets them to regular double quotes.