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 19, 2022
1 parent 638c4ff commit 6852e2e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 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-api-gateway/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>


Expand Down Expand Up @@ -73,7 +79,7 @@ Here are examples of how you can use this module in your inventory structure:
```hcl
module "api-gateway" {
source = "clouddrove/api-gateway/aws"
version = "0.15.0"
version = "1.0.1"
name = "api-gateway"
environment = "test"
label_order = ["name", "environment"]
Expand Down Expand Up @@ -131,7 +137,7 @@ Here are examples of how you can use this module in your inventory structure:
```hcl
module "api-gateway" {
source = "clouddrove/api-gateway/aws"
version = "0.14.0"
version = "1.0.1"
name = "api-gateway"
environment = "test"
Expand Down

0 comments on commit 6852e2e

Please sign in to comment.