Skip to content

Commit 16476bb

Browse files
authored
Remove warnings from terraform datacenter and workspace markdown files (IBM-Cloud#6098)
1 parent f3fb1fa commit 16476bb

File tree

5 files changed

+33
-29
lines changed

5 files changed

+33
-29
lines changed

website/docs/d/pi_datacenter.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
Retrieve information about a Power Systems Datacenter.
1212

13-
## Example usage
13+
## Example Usage
1414

1515
```terraform
1616
data "ibm_pi_datacenter" "datacenter" {
@@ -34,14 +34,14 @@ Example usage:
3434
}
3535
```
3636

37-
## Argument reference
37+
## Argument Reference
3838

3939
Review the argument references that you can specify for your data source.
4040

4141
- `pi_cloud_instance_id` - (Optional, String) The GUID of the service instance associated with an account. Required if private datacenter.
4242
- `pi_datacenter_zone` - (Optional, String) Datacenter zone you want to retrieve. If no value is supplied, the `zone` configured within the IBM provider will be utilized.
4343

44-
## Attribute reference
44+
## Attribute Reference
4545

4646
In addition to all argument reference list, you can access the following attribute references after your data source is created.
4747

website/docs/d/pi_datacenters.html.markdown

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,41 @@ description: |-
77
---
88

99
# ibm_pi_datacenters
10+
1011
Retrieve information about Power Systems Datacenters.
1112

12-
## Example usage
13+
## Example Usage
14+
1315
The following example retrieves information about Power Systems Datacenters.
1416

1517
```terraform
1618
data "ibm_pi_datacenters" "datacenters" {}
1719
```
1820

19-
**Notes**
21+
### Notes
22+
2023
- Please find [supported Regions](https://cloud.ibm.com/apidocs/power-cloud#endpoint) for endpoints.
2124
- If a Power cloud instance is provisioned at `lon04`, The provider level attributes should be as follows:
2225
- `region` - `lon`
2326
- `zone` - `lon04`
2427

2528
Example usage:
29+
2630
```terraform
2731
provider "ibm" {
2832
region = "lon"
2933
zone = "lon04"
3034
}
3135
```
3236

33-
## Argument reference
37+
## Argument Reference
3438

3539
Review the argument references that you can specify for your data source.
3640

3741
- `pi_cloud_instance_id` - (Optional, String) The GUID of the service instance associated with an account. Required if private datacenter.
3842

39-
## Attribute reference
43+
## Attribute Reference
44+
4045
In addition to all argument reference list, you can access the following attribute references after your data source is created.
4146

4247
- `datacenters` - (List) List of Datacenters

website/docs/d/pi_workspace.html.markdown

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
Retrieve information about your Power Systems account workspace.
1212

13-
## Example usage
13+
## Example Usage
1414

1515
```terraform
1616
data "ibm_pi_workspace" "workspace" {
@@ -34,21 +34,21 @@ Example usage:
3434
}
3535
```
3636

37-
## Argument reference
37+
## Argument Reference
3838

3939
Review the argument references that you can specify for your data source.
4040

4141
- `pi_cloud_instance_id` - (Required, String) Cloud Instance ID of a PCloud Instance under your account.
4242

43-
## Attribute reference
43+
## Attribute Reference
4444

4545
In addition to all argument reference listed, you can access the following attribute references after your data source is created.
4646

4747
- `id` - (String) Workspace ID.
4848
- `pi_workspace_capabilities` - (Map) Workspace Capabilities. Capabilities are `true` or `false`.
4949

5050
Some of `pi_workspace_capabilities` are:
51-
- `cloud-connections`, `power-edge-router`, `power-vpn-connections`, `transit-gateway-connection`
51+
- `cloud-connections`, `power-edge-router`, `power-vpn-connections`, `transit-gateway-connection`
5252

5353
- `pi_workspace_details` - (List) Workspace information.
5454

@@ -58,13 +58,13 @@ In addition to all argument reference listed, you can access the following attri
5858
- `network_security_groups` - (List) Network security groups configuration.
5959

6060
Nested schema for `network_security_groups`:
61-
- `state` - (String) The state of a network security groups configuration.
61+
- `state` - (String) The state of a network security groups configuration.
6262
- `power_edge_router` - (List) Power Edge Router information.
6363

6464
Nested schema for `power_edge_router`:
65-
- `migration_status` - (String) The migration status of a Power Edge Router.
66-
- `status` - (String) The state of a Power Edge Router.
67-
- `type` - (String) The Power Edge Router type.
65+
- `migration_status` - (String) The migration status of a Power Edge Router.
66+
- `status` - (String) The state of a Power Edge Router.
67+
- `type` - (String) The Power Edge Router type.
6868
- `pi_workspace_location` - (Map) Workspace location.
6969

7070
Nested schema for `Workspace location`:

website/docs/d/pi_workspaces.html.markdown

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |-
1010

1111
Retrieve information about Power Systems workspaces.
1212

13-
## Example usage
13+
## Example Usage
1414

1515
```terraform
1616
data "ibm_pi_workspaces" "workspaces" {
@@ -34,13 +34,13 @@ Example usage:
3434
}
3535
```
3636

37-
## Argument reference
37+
## Argument Reference
3838

3939
Review the argument references that you can specify for your data source.
4040

4141
- `pi_cloud_instance_id` - (Required, String) The GUID of the service instance associated with an account.
4242

43-
## Attribute reference
43+
## Attribute Reference
4444

4545
In addition to all argument reference listed, you can access the following attribute references after your data source is created.
4646

@@ -49,18 +49,18 @@ In addition to all argument reference listed, you can access the following attri
4949
- `pi_workspace_capabilities` - (Map) Workspace Capabilities. Capabilities are `true` or `false`.
5050

5151
Some of `pi_workspace_capabilities` are:
52-
- `cloud-connections`, `power-edge-router`, `power-vpn-connections`, `transit-gateway-connection`
52+
- `cloud-connections`, `power-edge-router`, `power-vpn-connections`, `transit-gateway-connection`
5353

5454
- `pi_workspace_details` - (List) Workspace information.
5555

56-
Nested schema for `pi_workspace_details`:
57-
- `creation_date` - (String) Date of workspace creation.
58-
- `crn` - (String) Workspace crn.
59-
- `network_security_groups` - (List) Network security groups configuration.
60-
56+
Nested schema for `pi_workspace_details`:
57+
- `creation_date` - (String) Date of workspace creation.
58+
- `crn` - (String) Workspace crn.
59+
- `network_security_groups` - (List) Network security groups configuration.
60+
6161
Nested schema for `network_security_groups`:
6262
- `state` - (String) The state of a network security groups configuration.
63-
- `power_edge_router` - (List) Power Edge Router information.
63+
- `power_edge_router` - (List) Power Edge Router information.
6464

6565
Nested schema for `power_edge_router`:
6666
- `migration_status` - (String) The migration status of a Power Edge Router.

website/docs/r/pi_workspace.html.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
subcategory: "Power Systems"
43
layout: "ibm"
54
page_title: "IBM: pi_workspace"
@@ -11,7 +10,7 @@ description: |-
1110

1211
Create or Delete a PowerVS Workspace
1312

14-
## Example usage
13+
## Example Usage
1514

1615
```terraform
1716
data "ibm_resource_group" "group" {
@@ -39,7 +38,7 @@ The `ibm_pi_workspace` provides the following [timeouts](https://developer.hashi
3938
- **create** - (Default 30 minutes) Used for creating powervs workspace.
4039
- **delete** - (Default 30 minutes) Used for deleting powervs workspace.
4140

42-
## Argument reference
41+
## Argument Reference
4342

4443
Review the argument references that you can specify for your resource.
4544

@@ -49,7 +48,7 @@ Review the argument references that you can specify for your resource.
4948
- `pi_resource_group_id` - (Required, String) The ID of the resource group where you want to create the workspace. You can retrieve the value from data source `ibm_resource_group`.
5049
- `pi_user_tags` - (Optional, List) List of user tags attached to the resource.
5150

52-
## Attribute reference
51+
## Attribute Reference
5352

5453
In addition to all argument reference listed, you can access the following attribute references after your resource source is created.
5554

0 commit comments

Comments
 (0)