Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed May 16, 2022
1 parent b69910d commit 80e943e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@
<p align="center">

<a href="https://www.terraform.io">
<img src="https://img.shields.io/badge/Terraform-v0.15-green" alt="Terraform">
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
</a>
<a href="LICENSE.md">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="Licence">
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
</a>
<a href="https://github.com/clouddrove/terraform-aws-karpenter/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-karpenter/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-karpenter/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-karpenter/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>


Expand Down Expand Up @@ -74,7 +80,7 @@ Here is an example of how you can use this module in your inventory structure:
module "karpenter" {
source = "clouddrove/karpenter/aws"
version = "1.1.0"
version = "1.0.1"
name = "karpenter"
environment = "test"
label_order = ["environment", "name"]
Expand Down

0 comments on commit 80e943e

Please sign in to comment.