File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ The following arguments are supported:
28
28
29
29
- ` region_name ` - (Required) Region of the loadbalancer.
30
30
31
- - ` id ` : ID of the loadbalancer
31
+ - ` id ` : (Required) ID of the loadbalancer
32
32
33
33
## Attributes Reference
34
34
@@ -39,8 +39,8 @@ The following attributes are exported:
39
39
- ` id ` : ID of the loadbalancer
40
40
- ` flavor_id ` : ID of the flavor
41
41
- ` 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
44
44
- ` operating_status ` : Operating status of the loadbalancer
45
45
- ` provisioning_status ` : Provisioning status of the loadbalancer
46
46
- ` vip_address ` : IP address of the Virtual IP
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ List your public cloud loadbalancers.
11
11
``` hcl
12
12
data "ovh_cloud_project_loadbalancers" "lbs" {
13
13
service_name = "XXXXXX"
14
- region_name = "XXX"
14
+ region_name = "XXX"
15
15
}
16
16
output "lbs" {
17
17
value = data.ovh_cloud_project_loadbalancers.lbs
@@ -38,8 +38,8 @@ The following attributes are exported:
38
38
- ` flavor_id ` : ID of the flavor
39
39
- ` name ` : Name of the loadbalancer
40
40
- ` 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
43
43
- ` operating_status ` : Operating status of the loadbalancer
44
44
- ` provisioning_status ` : Provisioning status of the loadbalancer
45
45
- ` vip_address ` : IP address of the Virtual IP
You can’t perform that action at this time.
0 commit comments