From 50e2ee272b120b2271b4073a433a45d17b89a169 Mon Sep 17 00:00:00 2001 From: Ige Adetokunbo Temitayo Date: Sat, 17 Apr 2021 11:18:40 +0400 Subject: [PATCH] docs: updated readme file with necessary information Signed-off-by: Ige Adetokunbo Temitayo --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..3476cc2 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Terraform Practice + +I am very passionate about Infrastructure as a Code (IaC). I will be building different infra using terrraform as a IaC tools and will be praticing how to spin off infrastructure. + +This repo will contain examples on how to create different infra on AWS using best practices. + +The following examples have been created and terraform layers is adopted. + +1. ec2-instance +2. s3-bucket \ No newline at end of file