From fd17aadbb6ae59dab69f3941266335a5e9585796 Mon Sep 17 00:00:00 2001 From: Krzysztof Olszewski Date: Thu, 1 Jun 2023 11:18:27 +0200 Subject: [PATCH] readme cosmetic change --- examples/flagsmith-on-ecs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flagsmith-on-ecs/README.md b/examples/flagsmith-on-ecs/README.md index 822e355..5034d5a 100644 --- a/examples/flagsmith-on-ecs/README.md +++ b/examples/flagsmith-on-ecs/README.md @@ -29,7 +29,7 @@ AWS infrastructure consists of: 2. Generate certificate with AWS Certificate Manager \ with ```*.yourdomain.com``` pattern ![Certificate](img/AWS_certificate_manager.png) -3. Define your variables like certificate arn, hosted zone domain and desired settings in **terraform.tfvars** file +3. Define your variables such as certificate arn, hosted zone domain, and other desired settings in **terraform.tfvars** file ```bash route53_hosted_zone = "yourdomain.com" certificate_arn = "arn:aws:acm:"