-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
140 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "cloudconnexa_ip_service Data Source - terraform-provider-cloudconnexa" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# cloudconnexa_ip_service (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Read-Only | ||
|
||
- `config` (List of Object) (see [below for nested schema](#nestedatt--config)) | ||
- `description` (String) | ||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
- `network_item_id` (String) | ||
- `network_item_type` (String) | ||
- `routes` (List of String) | ||
- `type` (String) | ||
|
||
<a id="nestedatt--config"></a> | ||
### Nested Schema for `config` | ||
|
||
Read-Only: | ||
|
||
- `custom_service_types` (List of Object) (see [below for nested schema](#nestedobjatt--config--custom_service_types)) | ||
- `service_types` (List of String) | ||
|
||
<a id="nestedobjatt--config--custom_service_types"></a> | ||
### Nested Schema for `config.custom_service_types` | ||
|
||
Read-Only: | ||
|
||
- `icmp_type` (List of Object) (see [below for nested schema](#nestedobjatt--config--custom_service_types--icmp_type)) | ||
|
||
<a id="nestedobjatt--config--custom_service_types--icmp_type"></a> | ||
### Nested Schema for `config.custom_service_types.icmp_type` | ||
|
||
Read-Only: | ||
|
||
- `lower_value` (Number) | ||
- `upper_value` (Number) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "cloudconnexa_ip_service Resource - terraform-provider-cloudconnexa" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# cloudconnexa_ip_service (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) | ||
- `network_item_id` (String) | ||
- `network_item_type` (String) | ||
- `routes` (List of String) | ||
- `type` (String) | ||
|
||
### Optional | ||
|
||
- `config` (Block List, Max: 1) (see [below for nested schema](#nestedblock--config)) | ||
- `description` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
<a id="nestedblock--config"></a> | ||
### Nested Schema for `config` | ||
|
||
Optional: | ||
|
||
- `custom_service_types` (Block List) (see [below for nested schema](#nestedblock--config--custom_service_types)) | ||
- `service_types` (List of String) | ||
|
||
<a id="nestedblock--config--custom_service_types"></a> | ||
### Nested Schema for `config.custom_service_types` | ||
|
||
Required: | ||
|
||
- `icmp_type` (Block List, Min: 1) (see [below for nested schema](#nestedblock--config--custom_service_types--icmp_type)) | ||
|
||
<a id="nestedblock--config--custom_service_types--icmp_type"></a> | ||
### Nested Schema for `config.custom_service_types.icmp_type` | ||
|
||
Required: | ||
|
||
- `lower_value` (Number) | ||
- `upper_value` (Number) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "cloudconnexa_user_group Resource - terraform-provider-cloudconnexa" | ||
subcategory: "" | ||
description: |- | ||
Use cloudconnexa_user_group to create an CloudConnexa user group. | ||
--- | ||
|
||
# cloudconnexa_user_group (Resource) | ||
|
||
Use `cloudconnexa_user_group` to create an CloudConnexa user group. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) The name of the user group. | ||
- `vpn_region_ids` (List of String) A list of VPN regions that are accessible to the user group. | ||
|
||
### Optional | ||
|
||
- `connect_auth` (String) | ||
- `internet_access` (String) | ||
- `max_device` (Number) The maximum number of devices that can be connected to the user group. | ||
- `system_subnets` (List of String) A list of subnets that are accessible to the user group. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of the user group. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters