Skip to content

Commit 66ec023

Browse files
committed
add docs
1 parent 5ee038b commit 66ec023

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

docs/data-sources/region.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ In addition to all arguments above, the following attributes are exported:
4141

4242
* [`placement_group_limits`] (#placement-group-limits) - An object representing the limits relating to placement groups in this region.
4343

44+
* [`monitors`] (#monitors) - An object representing the monitor services available in a region.
45+
4446
### Resolvers
4547

4648
* `ipv4` - The IPv4 addresses for this region’s DNS resolvers, separated by commas.
@@ -52,3 +54,9 @@ In addition to all arguments above, the following attributes are exported:
5254
* `maximum_pgs_per_customer` - The maximum number of placement groups allowed for the current user in this region.
5355

5456
* `maximum_linodes_per_pg` - The maximum number of Linodes allowed to be assigned to a placement group in this region.
57+
58+
### Monitors
59+
60+
* `metrics` - A list of ACLP metrics services supported in the region.
61+
62+
* `alerts` - A list of ACLP alerts services supported in the region.

docs/data-sources/regions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Each Linode region will be stored in the `regions` attribute and will export the
5959

6060
* [`placement_group_limits`] (#placement-group-limits) - An object representing the limits relating to placement groups in this region.
6161

62+
* [`monitors`] (#monitors) - An object representing the monitor services available in a region.
63+
6264
### Resolvers
6365

6466
* `ipv4` - The IPv4 addresses for this region’s DNS resolvers, separated by commas.
@@ -71,6 +73,12 @@ Each Linode region will be stored in the `regions` attribute and will export the
7173

7274
* `maximum_linodes_per_pg` - The maximum number of Linodes allowed to be assigned to a placement group in this region.
7375

76+
### Monitors
77+
78+
* `metrics` - A list of ACLP metrics services supported in the region.
79+
80+
* `alerts` - A list of ACLP alerts services supported in the region.
81+
7482
## Filterable Fields
7583

7684
* `status`

linode/region/framework_datasource_schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ var DataSourceSchema = schema.Schema{
5151
ElementType: ObjectTypePGLimits,
5252
},
5353
"monitors": schema.ObjectAttribute{
54-
Description: "The monitoring configuration for a region.",
54+
Description: "The monitoring services available in a region.",
5555
Computed: true,
5656
AttributeTypes: MonitorsAttrTypes,
5757
},

0 commit comments

Comments
 (0)