Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 9c1833a

Browse files
vvelikodnyVitalii Velikodnyi
andauthored
add ssl fields to resource create request (#99)
Co-authored-by: Vitalii Velikodnyi <[email protected]>
1 parent 7a12e4d commit 9c1833a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+146
-79
lines changed

docs/data-sources/gcore_floatingip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `port_id` (String)
5049
- `project_id` (Number)
5150
- `project_name` (String)
@@ -55,6 +54,7 @@ output "view" {
5554
### Read-Only
5655

5756
- `fixed_ip_address` (String)
57+
- `id` (String) The ID of this resource.
5858
- `router_id` (String)
5959
- `status` (String)
6060

docs/data-sources/gcore_image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `is_baremetal` (Boolean) set to true if need to get baremetal image
5049
- `project_id` (Number)
5150
- `project_name` (String)
@@ -55,6 +54,7 @@ output "view" {
5554
### Read-Only
5655

5756
- `description` (String)
57+
- `id` (String) The ID of this resource.
5858
- `min_disk` (Number)
5959
- `min_ram` (Number)
6060
- `os_distro` (String)

docs/data-sources/gcore_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `project_id` (Number)
5049
- `project_name` (String)
5150
- `region_id` (Number)
@@ -56,6 +55,7 @@ output "view" {
5655
- `addresses` (List of Object) (see [below for nested schema](#nestedatt--addresses))
5756
- `flavor` (Map of String)
5857
- `flavor_id` (String)
58+
- `id` (String) The ID of this resource.
5959
- `interface` (List of Object) (see [below for nested schema](#nestedatt--interface))
6060
- `metadata` (List of Object) (see [below for nested schema](#nestedatt--metadata))
6161
- `security_group` (List of Object) Firewalls list (see [below for nested schema](#nestedatt--security_group))

docs/data-sources/gcore_k8s.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ data "gcore_k8s" "v" {
3333

3434
### Optional
3535

36-
- `id` (String) The ID of this resource.
3736
- `project_id` (Number)
3837
- `project_name` (String)
3938
- `region_id` (Number)
@@ -53,6 +52,7 @@ data "gcore_k8s" "v" {
5352
- `fixed_subnet` (String)
5453
- `health_status` (String)
5554
- `health_status_reason` (Map of String)
55+
- `id` (String) The ID of this resource.
5656
- `keypair` (String)
5757
- `master_addresses` (List of String)
5858
- `master_flavor_id` (String)

docs/data-sources/gcore_k8s_pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ data "gcore_k8s_pool" "v" {
3535

3636
### Optional
3737

38-
- `id` (String) The ID of this resource.
3938
- `project_id` (Number)
4039
- `project_name` (String)
4140
- `region_id` (Number)
@@ -47,6 +46,7 @@ data "gcore_k8s_pool" "v" {
4746
- `docker_volume_size` (Number)
4847
- `docker_volume_type` (String) Available value is 'standard', 'ssd_hiiops', 'cold', 'ultra'.
4948
- `flavor_id` (String)
49+
- `id` (String) The ID of this resource.
5050
- `is_default` (Boolean)
5151
- `max_node_count` (Number)
5252
- `min_node_count` (Number)

docs/data-sources/gcore_lblistener.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ output "view" {
4646

4747
### Optional
4848

49-
- `id` (String) The ID of this resource.
5049
- `loadbalancer_id` (String)
5150
- `project_id` (Number)
5251
- `project_name` (String)
@@ -55,6 +54,7 @@ output "view" {
5554

5655
### Read-Only
5756

57+
- `id` (String) The ID of this resource.
5858
- `operating_status` (String)
5959
- `pool_count` (Number)
6060
- `protocol` (String) Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'

docs/data-sources/gcore_lbpool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `listener_id` (String)
5049
- `loadbalancer_id` (String)
5150
- `project_id` (Number)
@@ -56,6 +55,7 @@ output "view" {
5655
### Read-Only
5756

5857
- `health_monitor` (List of Object) (see [below for nested schema](#nestedatt--health_monitor))
58+
- `id` (String) The ID of this resource.
5959
- `lb_algorithm` (String) Available values is 'ROUND_ROBIN', 'LEAST_CONNECTIONS', 'SOURCE_IP', 'SOURCE_IP_PORT'
6060
- `protocol` (String) Available values is 'HTTP' (currently work, other do not work on ed-8), 'HTTPS', 'TCP', 'UDP'
6161
- `session_persistence` (List of Object) (see [below for nested schema](#nestedatt--session_persistence))

docs/data-sources/gcore_loadbalancer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `project_id` (Number)
5049
- `project_name` (String)
5150
- `region_id` (Number)
5251
- `region_name` (String)
5352

5453
### Read-Only
5554

55+
- `id` (String) The ID of this resource.
5656
- `listener` (List of Object) (see [below for nested schema](#nestedatt--listener))
5757
- `vip_address` (String)
5858
- `vip_port_id` (String)

docs/data-sources/gcore_loadbalancerv2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `project_id` (Number)
5049
- `project_name` (String)
5150
- `region_id` (Number)
5251
- `region_name` (String)
5352

5453
### Read-Only
5554

55+
- `id` (String) The ID of this resource.
5656
- `vip_address` (String)
5757
- `vip_port_id` (String)
5858

docs/data-sources/gcore_network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ output "view" {
4545

4646
### Optional
4747

48-
- `id` (String) The ID of this resource.
4948
- `project_id` (Number)
5049
- `project_name` (String)
5150
- `region_id` (Number)
@@ -54,6 +53,7 @@ output "view" {
5453
### Read-Only
5554

5655
- `external` (Boolean)
56+
- `id` (String) The ID of this resource.
5757
- `mtu` (Number)
5858
- `shared` (Boolean)
5959
- `type` (String) 'vlan' or 'vxlan' network type is allowed. Default value is 'vxlan'

0 commit comments

Comments
 (0)