From 886196647c831e030819c0315e0c946f45f95729 Mon Sep 17 00:00:00 2001 From: Thanos Baskous Date: Wed, 19 Oct 2016 20:33:36 -0700 Subject: [PATCH] CloudFormation nits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ce96d1..2d84c9c 100644 --- a/README.md +++ b/README.md @@ -1139,7 +1139,7 @@ CloudFormation ### CloudFormation Alternatives and Lock-In - Hashicorp’s [Terraform](https://www.terraform.io/intro/vs/cloudformation.html) is a third-party alternative. - - 🔸Some AWS features may not be available in Terraform (i.e. MultiAZ ElastiCache using Redis), and you may have to resort to embedded **CloudFormation** templates. + - 🔸Some AWS features may not be available in Terraform (e.g. multi-AZ ElastiCache using Redis), and you may have to resort to embedded CloudFormation templates. ### CloudFormation Tips