Skip to content

Commit e6ff013

Browse files
committed
Reformatting README
1 parent c0f42b7 commit e6ff013

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55

66
Terraform module that configures the [recommended Amazon ElasticSearch Alarms](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/cloudwatch-alarms.html) using CloudWatch and sends alerts to an SNS topic. By default, this module creates an SNS topic, but it can be configured to point to an existing SNS topic (see [example](./examples/use-existing-sns/main.tf))
77

8-
`v1.x` supports terraform `v0.12+` syntax!
8+
`v1.x` supports terraform `v0.12+` syntax!\
99
`v2.0+` supports terraform `v1.0+` syntax!
1010

11-
This project is inspired by [CloudPosse](https://github.com/cloudposse)
12-
11+
This project is inspired by [CloudPosse](https://github.com/cloudposse)\
1312
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
1413

1514
## Metrics and Alarms
@@ -38,7 +37,7 @@ See the [`examples/`](examples/) directory for working examples.
3837
```hcl
3938
resource "aws_elasticsearch_domain" "es" {
4039
domain_name = "example"
41-
elasticsearch_version = "6.3"
40+
elasticsearch_version = "7.10"
4241
4342
cluster_config {
4443
instance_type = "r4.large.elasticsearch"

0 commit comments

Comments
 (0)