Skip to content

Commit

Permalink
Resource Update for January 18 Release
Browse files Browse the repository at this point in the history
ref:#240
  • Loading branch information
Abhinav Grover committed Jan 19, 2024
1 parent 45c1465 commit 51653ca
Show file tree
Hide file tree
Showing 18 changed files with 59,553 additions and 774 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ provider "volterra" {

* `api_p12_file` - API credential p12 file path (`String`). See [ref](#api-credential-options) below for details.

* `api_cert` - API certificate file path. `api_cert`, `api_key` and `api_ca_cert` trio must be given. This can also be sourced from `VOLT_API_CERT` env variable (`String`).
* `api_cert` - API certificate file path. `api_cert`, `api_key` duo must be given. This can also be sourced from `VOLT_API_CERT` env variable (`String`).

* `api_key` - API certificate private key file path. This can also be sourced from `VOLT_API_KEY` env variable (`String`).

Expand All @@ -38,7 +38,7 @@ provider "volterra" {

**OR**

- Use `api_cert`, `api_key` and `api_ca_cert` variables for authentication.
- Use `api_cert`, `api_key` variables for authentication.

**OR**

Expand Down
2 changes: 2 additions & 0 deletions docs/resources/volterra_registration_approval.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ resource "volterra_registration_approval" "example" {

`private_network_name` - (Optional) Name of the private network for which you are approving the request (`String`).

`tunnel_type` - (Optional) Tunnel type specifies the type of tunnel to be used for traffic between the sites (`String`).

Attribute Reference
-------------------

Expand Down
58,739 changes: 58,739 additions & 0 deletions volterra/cover_profile.txt

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions volterra/provider_auto_helper.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion volterra/resource_auto_volterra_app_setting.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 51653ca

Please sign in to comment.