Commit 19d67799 authored by Robus Gauli's avatar Robus Gauli Committed by GitHub

Fix typo on example for 'automatic_failover' (#71)

* Fix typo on example for 'automatic_failover'

* Updated README.md
Co-authored-by: default avataractions-bot <58130806+actions-bot@users.noreply.github.com>
parent 745609ea
<!-- # terraform-aws-elasticache-redis [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-elasticache-redis.svg)](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
[![README Header][readme_header_img]][readme_header_link]
[![Cloud Posse][logo]](https://cpco.io/homepage)
<!--
...@@ -27,23 +23,7 @@ ...@@ -27,23 +23,7 @@
-->
-->
[![README Header][readme_header_img]][readme_header_link]
[![Cloud Posse][logo]](https://cpco.io/homepage)
# terraform-aws-elasticache-redis [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-elasticache-redis.svg)](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
Terraform module to provision an [`ElastiCache`](https://aws.amazon.com/elasticache/) Redis Cluster Terraform module to provision an [`ElastiCache`](https://aws.amazon.com/elasticache/) Redis Cluster
...@@ -130,7 +110,7 @@ For automated tests of the complete example using [bats](https://github.com/bats ...@@ -130,7 +110,7 @@ For automated tests of the complete example using [bats](https://github.com/bats
cluster_size = var.cluster_size cluster_size = var.cluster_size
instance_type = var.instance_type instance_type = var.instance_type
apply_immediately = true apply_immediately = true
automatic_failover = false automatic_failover_enabled = false
engine_version = var.engine_version engine_version = var.engine_version
family = var.family family = var.family
at_rest_encryption_enabled = var.at_rest_encryption_enabled at_rest_encryption_enabled = var.at_rest_encryption_enabled
...@@ -154,8 +134,9 @@ Review the [complete example](examples/simple) to see how to use this module. ...@@ -154,8 +134,9 @@ Review the [complete example](examples/simple) to see how to use this module.
<!-- markdownlint-disable -->
## Makefile Targets ## Makefile Targets
``` ```text
Available targets: Available targets:
help Help screen help Help screen
...@@ -164,6 +145,7 @@ Available targets: ...@@ -164,6 +145,7 @@ Available targets:
lint Lint terraform code lint Lint terraform code
``` ```
<!-- markdownlint-restore -->
## Requirements ## Requirements
| Name | Version | | Name | Version |
......
...@@ -89,7 +89,7 @@ usage: |- ...@@ -89,7 +89,7 @@ usage: |-
cluster_size = var.cluster_size cluster_size = var.cluster_size
instance_type = var.instance_type instance_type = var.instance_type
apply_immediately = true apply_immediately = true
automatic_failover = false automatic_failover_enabled = false
engine_version = var.engine_version engine_version = var.engine_version
family = var.family family = var.family
at_rest_encryption_enabled = var.at_rest_encryption_enabled at_rest_encryption_enabled = var.at_rest_encryption_enabled
......
<!-- markdownlint-disable -->
## Makefile Targets ## Makefile Targets
``` ```text
Available targets: Available targets:
help Help screen help Help screen
...@@ -8,3 +9,4 @@ Available targets: ...@@ -8,3 +9,4 @@ Available targets:
lint Lint terraform code lint Lint terraform code
``` ```
<!-- markdownlint-restore -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment