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

Commit 2ded34f

Browse files
committed
~ fix urls params with descriptions at documentations and examples
1 parent eec22a3 commit 2ded34f

File tree

111 files changed

+186
-246
lines changed

Some content is hidden

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

111 files changed

+186
-246
lines changed

docs/data-sources/gcore_floatingip.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ A floating IP is a static IP address that points to one of your Instances. It al
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_project" "pr" {

docs/data-sources/gcore_image.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Represent image data
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_project" "pr" {

docs/data-sources/gcore_instance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Represent instance. Could be used with baremetal also
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_project" "pr" {

docs/data-sources/gcore_k8s.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Represent k8s cluster with one default pool.
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_k8s" "v" {

docs/data-sources/gcore_k8s_pool.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ Represent k8s cluster's pool.
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_k8s_pool" "v" {

docs/data-sources/gcore_lblistener.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ description: |-
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_project" "pr" {

docs/data-sources/gcore_lbpool.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ description: |-
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_project" "pr" {

docs/data-sources/gcore_loadbalancer.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ description: |-
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
2120
}
2221
2322
data "gcore_project" "pr" {

docs/data-sources/gcore_loadbalancerv2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description: |-
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
20+
2121
}
2222
2323
data "gcore_project" "pr" {

docs/data-sources/gcore_network.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Represent network. A network is a software-defined network in a cloud computing
1616
provider gcore {
1717
user_name = "test"
1818
password = "test"
19-
gcore_platform_api = "https://api.gcorelabs.com"
20-
gcore_cloud_api = "https://api.gcorelabs.com/cloud"
19+
20+
2121
}
2222
2323
data "gcore_project" "pr" {

0 commit comments

Comments
 (0)