Skip to content

Commit 79678ce

Browse files
Galileyamstuta
andcommitted
Apply suggestions from code review
Co-authored-by: Arthur Amstutz <[email protected]>
1 parent 74bd546 commit 79678ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/docs/d/cloud_project_loadbalancer.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following arguments are supported:
2828

2929
- `region_name` - (Required) Region of the loadbalancer.
3030

31-
- `id`: ID of the loadbalancer
31+
- `id`: (Required) ID of the loadbalancer
3232

3333
## Attributes Reference
3434

@@ -39,8 +39,8 @@ The following attributes are exported:
3939
- `id`: ID of the loadbalancer
4040
- `flavor_id`: ID of the flavor
4141
- `name`: Name of the loadbalancer
42-
- `created_at` - Date of creation of the loadbalancer.
43-
- `updated_at` - Last update date of the loadbalancer.
42+
- `created_at` - Date of creation of the loadbalancer
43+
- `updated_at` - Last update date of the loadbalancer
4444
- `operating_status`: Operating status of the loadbalancer
4545
- `provisioning_status`: Provisioning status of the loadbalancer
4646
- `vip_address`: IP address of the Virtual IP

website/docs/d/cloud_project_loadbalancers.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ List your public cloud loadbalancers.
1111
```hcl
1212
data "ovh_cloud_project_loadbalancers" "lbs" {
1313
service_name = "XXXXXX"
14-
region_name = "XXX"
14+
region_name = "XXX"
1515
}
1616
output "lbs" {
1717
value = data.ovh_cloud_project_loadbalancers.lbs
@@ -38,8 +38,8 @@ The following attributes are exported:
3838
- `flavor_id`: ID of the flavor
3939
- `name`: Name of the loadbalancer
4040
- `region` - Region of the loadbalancer
41-
- `created_at` - Date of creation of the loadbalancer.
42-
- `updated_at` - Last update date of the loadbalancer.
41+
- `created_at` - Date of creation of the loadbalancer
42+
- `updated_at` - Last update date of the loadbalancer
4343
- `operating_status`: Operating status of the loadbalancer
4444
- `provisioning_status`: Provisioning status of the loadbalancer
4545
- `vip_address`: IP address of the Virtual IP

0 commit comments

Comments
 (0)