Skip to content

Commit

Permalink
Reformatting README
Browse files Browse the repository at this point in the history
  • Loading branch information
dubiety committed Dec 27, 2021
1 parent c0f42b7 commit e6ff013
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@

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))

`v1.x` supports terraform `v0.12+` syntax!
`v1.x` supports terraform `v0.12+` syntax!\
`v2.0+` supports terraform `v1.0+` syntax!

This project is inspired by [CloudPosse](https://github.com/cloudposse)

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

## Metrics and Alarms
Expand Down Expand Up @@ -38,7 +37,7 @@ See the [`examples/`](examples/) directory for working examples.
```hcl
resource "aws_elasticsearch_domain" "es" {
domain_name = "example"
elasticsearch_version = "6.3"
elasticsearch_version = "7.10"
cluster_config {
instance_type = "r4.large.elasticsearch"
Expand Down

0 comments on commit e6ff013

Please sign in to comment.