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 17, 2022
1 parent 0b4196a commit 2654986
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,17 @@

<p align="center">

<a href="https://travis-ci.org/cloudposse/terraform-aws-vpc">
<img src="https://img.shields.io/badge/build-passing-green.svg" alt="Build Status">
<a href="https://www.terraform.io">
<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-APACHE-blue.svg" alt="Licence">
</a>
<a href="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
</a>


Expand Down Expand Up @@ -48,7 +57,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c

This module has a few dependencies:

- [Terraform 0.13](https://learn.hashicorp.com/terraform/getting-started/install.html)
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
- [Go](https://golang.org/doc/install)
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)
Expand All @@ -70,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "cdn" {
source = "clouddrove/cloudfront-cdn/aws"
version = "0.15.0"
version = "1.0.1"
name = "basic-cdn"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -88,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "cdn" {
source = "clouddrove/cloudfront-cdn/aws"
version = "0.15.0"
version = "1.0.1"
name = "secure-cdn"
environment = "test"
label_order = ["name", "environment"]
Expand All @@ -107,7 +116,7 @@ Here are some examples of how you can use this module in your inventory structur
```hcl
module "cdn" {
source = "clouddrove/cloudfront-cdn/aws"
version = "0.15.0"
version = "1.0.1"
name = "domain-cdn"
environment = "test"
label_order = ["name", "environment"]
Expand Down

0 comments on commit 2654986

Please sign in to comment.