Skip to content

Commit

Permalink
#CERT-2328 - Fix account_ssl_settings documentation (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: aviv.yaari <[email protected]>
  • Loading branch information
Aviv-Yaari and aviv.yaari authored Aug 22, 2023
1 parent db4bfb3 commit 6cbf324
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/account_ssl_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ resource "incapsula_account_ssl_settings" "ssl-52546413" {

The following arguments are supported:

* `account_id` - (Required) Numeric identifier of the account to operate on. Enterprise accounts can use the current_account from the data_source_account.
* `account_id` - (Required) Numeric identifier of the account to operate on - a reference to the account datasource may be used.
* `allow_support_old_tls_versions` - (Optional) When true, sites under the account or sub-accounts can allow support of old TLS versions traffic. This can be configured only on the parent account level. Default: false.
* `enable_hsts_for_new_sites` - (Optional) When true, enables HSTS support for newly created websites. Default: true.
* `use_wild_card_san_instead_of_fqdn` - (Optional) Newly created sites will use wildcard SAN instead of FQDN SAN on the Imperva-generated certificate. Default: true.
* `add_naked_domain_san_for_www_sites` - (Optional) Newly created WWW sites will have also naked domain SAN on the Imperva-generated certificate. Default: true.
* `allow_cname_validation` - (Optional) Delegate Imperva the ability to automatically prove ownership of SANs under the domains in the allowed_domains_for_cname_validation list. Default: false.
* `allow_cname_validation` - (Optional) Delegate to Imperva the ability to automatically prove ownership of SANs under the domains in the allowed_domains_for_cname_validation list. Default: false.
* `allowed_domain_for_cname_validation` - (Optional) Sub resources can be defined to set domains for automatic validation. allow-cname-validation must be set to true.

Optional `allowed_domain_for_cname_validation` sub resources can be defined.
The following allowed_domain_for_cname_validation arguments are supported:
* `name` - (Required) The domain name.

Expand Down

0 comments on commit 6cbf324

Please sign in to comment.