Skip to content

Commit 27bfc78

Browse files
authored
fix some typos
1 parent cb86375 commit 27bfc78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2020-04-27-managing-datadog-aws-with-terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ made available in Datadog, alongside all of our other metrics and dashboards.
2626
Despite the integration's power and convenience, its setup process is actually
2727
quite involved. As outlined in [Datadog's
2828
documentation](https://docs.datadoghq.com/integrations/amazon_web_services/?tab=allpermissions),
29-
there are *18 manual steps** required, including:
29+
there are *18 manual steps* required, including:
3030

3131
- finding the right AWS account ID
3232
- creating the right IAM policy
3333
- copy pasting the right AWS resource ID into Datadog UI
3434

35-
If you have more than a few AWS accounts like we do, you may prefer to automate this! In our case, that means using [Terraform](https://terraform.io)
35+
If you have more than a few AWS accounts like we do, you may prefer to automate this! In our case, that means using [Terraform](https://terraform.io).
3636

3737
In this blog post, we would like to share how Scribd uses Terraform to automate
3838
our Datadog and AWS integration across the organization.

0 commit comments

Comments
 (0)