13
13
14
14
<p align =" center " >
15
15
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 " >
18
27
</a >
19
28
20
29
@@ -48,7 +57,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
48
57
49
58
This module has a few dependencies:
50
59
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 )
52
61
- [ Go] ( https://golang.org/doc/install )
53
62
- [ github.com/stretchr/testify/assert] ( https://github.com/stretchr/testify )
54
63
- [ 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
70
79
``` hcl
71
80
module "cdn" {
72
81
source = "clouddrove/cloudfront-cdn/aws"
73
- version = "0.15.0 "
82
+ version = "1.0.1 "
74
83
name = "basic-cdn"
75
84
environment = "test"
76
85
label_order = ["name", "environment"]
@@ -88,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur
88
97
``` hcl
89
98
module "cdn" {
90
99
source = "clouddrove/cloudfront-cdn/aws"
91
- version = "0.15.0 "
100
+ version = "1.0.1 "
92
101
name = "secure-cdn"
93
102
environment = "test"
94
103
label_order = ["name", "environment"]
@@ -107,7 +116,7 @@ Here are some examples of how you can use this module in your inventory structur
107
116
``` hcl
108
117
module "cdn" {
109
118
source = "clouddrove/cloudfront-cdn/aws"
110
- version = "0.15.0 "
119
+ version = "1.0.1 "
111
120
name = "domain-cdn"
112
121
environment = "test"
113
122
label_order = ["name", "environment"]
0 commit comments