Skip to content

Commit e20eca1

Browse files
committed
Fix docs
1 parent 0c882e7 commit e20eca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/data-sources/aws_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ data "mackerel_aws_integration" "foo" {
3939
* `enable` - Whether integration settings are enabled. Default is `true`.
4040
* `role` - The set of monitoring target’s service name or role name.
4141
* `excluded_metrics` - Metrics to exclude from integration.
42-
* `retire_automatically` - (EC2 only) Whether automatic retirement is enabled.
42+
* `retire_automatically` - (EC2, RDS and ElastiCache only) Whether automatic retirement is enabled.

Diff for: docs/resources/aws_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ resource "mackerel_aws_integration" "baz" {
7575
* `enable` - Whether integration settings are enabled. Default is `true`.
7676
* `role` - The set of monitoring target’s service name or role name.
7777
* `excluded_metrics` - Metrics to exclude from integration.
78-
* `retire_automatically` - (EC2 only) Whether automatic retirement is enabled.
78+
* `retire_automatically` - (EC2, RDS and ElastiCache only) Whether automatic retirement is enabled.
7979

8080
## Attributes Reference
8181

0 commit comments

Comments
 (0)