Skip to content

Commit 2654986

Browse files
committed
update README.md
1 parent 0b4196a commit 2654986

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,17 @@
1313

1414
<p align="center">
1515

16-
<a href="https://travis-ci.org/cloudposse/terraform-aws-vpc">
17-
<img src="https://img.shields.io/badge/build-passing-green.svg" alt="Build Status">
16+
<a href="https://www.terraform.io">
17+
<img src="https://img.shields.io/badge/Terraform-v1.1.7-green" alt="Terraform">
18+
</a>
19+
<a href="LICENSE.md">
20+
<img src="https://img.shields.io/badge/License-APACHE-blue.svg" alt="Licence">
21+
</a>
22+
<a href="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/tfsec.yml">
23+
<img src="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
24+
</a>
25+
<a href="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/terraform.yml">
26+
<img src="https://github.com/clouddrove/terraform-aws-cloudfront/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
1827
</a>
1928

2029

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

4958
This module has a few dependencies:
5059

51-
- [Terraform 0.13](https://learn.hashicorp.com/terraform/getting-started/install.html)
60+
- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html)
5261
- [Go](https://golang.org/doc/install)
5362
- [github.com/stretchr/testify/assert](https://github.com/stretchr/testify)
5463
- [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest)
@@ -70,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
7079
```hcl
7180
module "cdn" {
7281
source = "clouddrove/cloudfront-cdn/aws"
73-
version = "0.15.0"
82+
version = "1.0.1"
7483
name = "basic-cdn"
7584
environment = "test"
7685
label_order = ["name", "environment"]
@@ -88,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur
8897
```hcl
8998
module "cdn" {
9099
source = "clouddrove/cloudfront-cdn/aws"
91-
version = "0.15.0"
100+
version = "1.0.1"
92101
name = "secure-cdn"
93102
environment = "test"
94103
label_order = ["name", "environment"]
@@ -107,7 +116,7 @@ Here are some examples of how you can use this module in your inventory structur
107116
```hcl
108117
module "cdn" {
109118
source = "clouddrove/cloudfront-cdn/aws"
110-
version = "0.15.0"
119+
version = "1.0.1"
111120
name = "domain-cdn"
112121
environment = "test"
113122
label_order = ["name", "environment"]

0 commit comments

Comments
 (0)