Skip to content

Commit 2738408

Browse files
committed
"module" is more direct
1 parent d391cfe commit 2738408

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2020-04-28-elasticache-slowlog-metrics-for-datadog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ page](https://github.com/scribd/elasticache-slowlog-to-datadog/releases). To
4646
deploy directly to AWS from the console, upload the “Full zip distribution” and
4747
supply the [required
4848
parameters](https://github.com/scribd/elasticache-slowlog-to-datadog#parameters).
49-
I’d recommend using our Terraform wrapper, however.
49+
I’d recommend using our Terraform module, however.
5050

51-
## The Terraform wrapper
51+
## The Terraform Module
5252

5353
The second part of the equation is the Terraform module:
5454
[terraform-elasticache-slowlog-to-datadog](https://github.com/scribd/terraform-elasticache-slowlog-to-datadog)
@@ -62,8 +62,8 @@ S3](https://www.terraform.io/docs/providers/aws/r/lambda_function.html#specifyin
6262
However, I like the approach of maintaining a separate repository and build
6363
pipeline, as this works around Terraform’s [intentionally limited build
6464
functionality](https://github.com/hashicorp/terraform/issues/8344#issuecomment-361014199).
65-
In essence, the terraform wrapper merely [consumes the
66-
elasticache-slowlog-to-datadog
65+
The terraform module consumes the
66+
[elasticache-slowlog-to-datadog
6767
artifact](https://github.com/scribd/terraform-elasticache-slowlog-to-datadog/blob/master/main.tf#L97).
6868

6969
## Usage

0 commit comments

Comments
 (0)