Skip to content

Commit

Permalink
Update docs (#483)
Browse files Browse the repository at this point in the history
* Update docs

* Add account_id to docs

---------

Co-authored-by: aviv.yaari <[email protected]>
  • Loading branch information
Aviv-Yaari and avivyaari-imperva authored Dec 8, 2024
1 parent 4a7ffb5 commit 3b7dee9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions website/docs/r/managed_certificate_settings.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The following arguments are supported:

* `site_id` - (Required) Numeric identifier of the site to operate on.
* `default_validation_method` - (Optional) The default SSL validation method that will be used for new domains. Options are `CNAME`, `DNS` and `EMAIL`. Defaults to `CNAME`.
* `account_id` - (Optional) The account to operate on. If not specified, operation will be performed on the account identified by the authentication parameters.

## Attributes Reference

Expand All @@ -41,6 +42,12 @@ Managed certificate settings can be imported using the site_id, e.g.:
$ terraform import incapsula_managed_certificate_settings.example-managed_certificate_settings site_id
```

Or by using the account_id and site_id separated by /, e.g.:

```
$ terraform import incapsula_managed_certificate_settings.example-managed_certificate_settings account_id/site_id
```

The official docs for Manage Certificate settings API are located here: https://docs.imperva.com/bundle/cloud-application-security/page/certificatesUI-api-definition.htm


5 changes: 2 additions & 3 deletions website/docs/r/site_v3.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ description: |-

# incapsula_site_v3

Provides an Incapsula V3 site resource.
A V3 site resource is the core resource that is required by all other resources.
incapsula_site_v3 is a newer version of incapsula_site. Site can be managed by incapsula_site_v3 or incapsula_site, but not both simultaneously.
Provides an Incapsula V3 site resource. A V3 site resource is the core resource that is required by all other resources. incapsula_site_v3 is a newer version of incapsula_site. Site can be managed by incapsula_site_v3 or incapsula_site, but not both simultaneously.
Full site onboarding example with TF can be found [here | https://docs.imperva.com/bundle/cloud-application-security/page/website-certificate-terraform.htm].

## Example Usage

Expand Down

0 comments on commit 3b7dee9

Please sign in to comment.