Skip to content

Commit ccd5629

Browse files
authored
Merge pull request #532 from dotanrazimpv/master
update docs on ssl_validation, ssl_instructions and managed_certificate_settings resrources
2 parents c52e321 + b6676ae commit ccd5629

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

website/docs/d/ssl_instructions.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
subcategory: "Cloud WAF - Site Management"
2+
subcategory: "Cloud WAF - Certificate Management"
33
layout: "incapsula"
44
page_title: "incapsula_ssl_instructions"
55
description: |-
@@ -10,7 +10,8 @@ description: |-
1010
Provides an Incapsula Site SSL instruction resource.
1111

1212
This data resource enables you to retrieve instructions for configuring your DNS and SSL for completing the domain validation process.
13-
13+
<br/>
14+
**Note: This resource is designed to work with sites represented by the "incapsula_site_v3" resource only.**
1415

1516

1617
## Example Usage

website/docs/r/managed_certificate_settings.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: |-
1010

1111
Provides an Incapsula Site's managed certificate settings resource.
1212
The provider will configure or remove a managed certificate for the sites' domains, based on this resource.
13+
<br/>
14+
**Note: This resource is designed to work with sites represented by the "incapsula_site_v3" resource only.**
1315

1416
## Example Usage
1517

website/docs/r/ssl_validation.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
subcategory: "Cloud WAF - Site Management"
2+
subcategory: "Cloud WAF - Certificate Management"
33
layout: "incapsula"
44
page_title: "incapsula_ssl_validation"
55
description: |-
@@ -13,6 +13,8 @@ This resource is dependent on the incapsula_managed_certificate_settings, the in
1313
The provider will be blocked until SSL coverage for all domains is configured on the Imperva managed certificate.
1414
This resource can be used only when the SSL validation method for the domains is DNS/CNAME and the DNS records are managed by a DNS terraform provider.
1515
Customers that use this resource will be able to manage fully configured Imperva sites using Terraform.
16+
<br/>
17+
**Note: This resource is designed to work with sites represented by the "incapsula_site_v3" resource only.**
1618

1719
## Full Imperva Site setup Example Usage
1820

0 commit comments

Comments
 (0)