File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 14
14
<p align =" center " >
15
15
16
16
<a href =" https://www.terraform.io " >
17
- <img src =" https://img.shields.io/badge/Terraform-v0.15 -green " alt =" Terraform " >
17
+ <img src =" https://img.shields.io/badge/Terraform-v1.1.7 -green " alt =" Terraform " >
18
18
</a >
19
19
<a href =" LICENSE.md " >
20
- <img src =" https://img.shields.io/badge/License-MIT-blue.svg " alt =" Licence " >
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-api-gateway/actions/workflows/tfsec.yml " >
23
+ <img src =" https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/tfsec.yml/badge.svg " alt =" tfsec " >
24
+ </a >
25
+ <a href =" https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/terraform.yml " >
26
+ <img src =" https://github.com/clouddrove/terraform-aws-api-gateway/actions/workflows/terraform.yml/badge.svg " alt =" static-checks " >
21
27
</a >
22
28
23
29
@@ -73,7 +79,7 @@ Here are examples of how you can use this module in your inventory structure:
73
79
``` hcl
74
80
module "api-gateway" {
75
81
source = "clouddrove/api-gateway/aws"
76
- version = "0.15.0 "
82
+ version = "1.0.1 "
77
83
name = "api-gateway"
78
84
environment = "test"
79
85
label_order = ["name", "environment"]
@@ -131,7 +137,7 @@ Here are examples of how you can use this module in your inventory structure:
131
137
``` hcl
132
138
module "api-gateway" {
133
139
source = "clouddrove/api-gateway/aws"
134
- version = "0.14.0 "
140
+ version = "1.0.1 "
135
141
136
142
name = "api-gateway"
137
143
environment = "test"
You can’t perform that action at this time.
0 commit comments