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

chore: Add badge for latest version number #384

Merged
merged 3 commits into from
Mar 20, 2020
Merged
Changes from 1 commit
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
Next Next commit
Add badges for version number and circle.ci status
  • Loading branch information
christoph-buente authored Jan 13, 2020
commit 605b8a3948736ea6f9b1f1c1f49aee3c8fb0cf55
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# AWS VPC Terraform module

[![Help Contribute to Open Source](https://www.codetriage.com/terraform-aws-modules/terraform-aws-vpc/badges/users.svg)](https://www.codetriage.com/terraform-aws-modules/terraform-aws-vpc)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/terraform-aws-modules/terraform-aws-vpc)
[![CircleCI](https://circleci.com/gh/terraform-aws-modules/terraform-aws-vpc.svg?style=shield&circle-token=:circle-ci-badge-token)](https://circleci.com/gh/terraform-aws-modules/terraform-aws-vpc)


Terraform module which creates VPC resources on AWS.

Expand Down