Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: improve the repo description in README.md #291

Merged
merged 3 commits into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# AWS labs with Terraform
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<h1 align="center">AWS labs with Terraform 🚀 </h1>

<p align="center">Collection of Terraform code for AWS labs 💝</p>
<p align="center">Dive into a rich assortment featuring both fundamental and advanced examples, coupled with engaging hands-on experiences and guides suitable for engineers at all levels of expertise. 💡✨</p>

<p align="center">
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors-" target="_blank"><img alt="👪 All Contributors: 15" src="https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square" /></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a href="https://img.shields.io/github/last-commit/tungbq/aws-lab-with-terraform/main"><img alt="last commit" src="https://img.shields.io/github/last-commit/tungbq/aws-lab-with-terraform/main" /></a>
<a href="https://github.com/tungbq/aws-lab-with-terraform/releases"><img alt="aws-lab-with-terraform release" src="https://img.shields.io/github/release/tungbq/aws-lab-with-terraform.svg" /></a>
</p>

## How to install Terraform

Expand Down