From e89fbe1c4e560ef5c1b29e1fc497aebd80ebe64b Mon Sep 17 00:00:00 2001 From: Andrew S Date: Fri, 14 May 2021 19:30:53 +0600 Subject: [PATCH 1/2] #82 Added Anton Babenko stream to the README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f08a59d..8d4ac3ce 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ There are more specific drawbacks: the `data "template_file"` resources that we You may reasonably question the number of .tf files. This monolith certainly should be refactored and split into many micro-modules adopting terragrunt approach. This is exactly what we will do in the near future, solving along the way the problems described above. +You can find more about this project in Anton Babenko stream: +[![boilerplate stream with Anton Babenko](https://img.youtube.com/vi/giVShrQHf8E/0.jpg)](https://youtu.be/giVShrQHf8E) + ## Table of contents - [Architecture diagram](#architecture-diagram) From 4ef98a25829387e3b9322468de0df41f14b9e74d Mon Sep 17 00:00:00 2001 From: Andrew S Date: Fri, 14 May 2021 19:34:23 +0600 Subject: [PATCH 2/2] #82 fixed new line mistake --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d4ac3ce..b0fdc68e 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ There are more specific drawbacks: the `data "template_file"` resources that we You may reasonably question the number of .tf files. This monolith certainly should be refactored and split into many micro-modules adopting terragrunt approach. This is exactly what we will do in the near future, solving along the way the problems described above. You can find more about this project in Anton Babenko stream: + [![boilerplate stream with Anton Babenko](https://img.youtube.com/vi/giVShrQHf8E/0.jpg)](https://youtu.be/giVShrQHf8E) ## Table of contents