From c18be2ee783ff952f415f11657ebd55bda0d5df3 Mon Sep 17 00:00:00 2001 From: Henrik Fricke Date: Tue, 10 May 2022 17:26:45 +0200 Subject: [PATCH] refa(README): clean up at a glance --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bad5c6..9dafe3f 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ The workshop empowers you to know the core concepts of *infrastructure as code* * ✅ Set up a new Terraform project from scratch * ✅ Get familiar with the Terraform Language +* ✅ Manage Terraform state using a remote backend with AWS S3 * ✅ Learn the fundamentals of module composition -* ✅ Deploy multiple environments with different configurations (e.g. staging and prod) -* ✅ Manage Terraform remote states using AWS S3 +* ✅ Deploy multiple environments (e.g. staging and prod) +* ✅ Implement a feature flag and learn more about parameterization + ## 👾 Prerequisites