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-subnet/actions/workflows/tfsec.yml " >
23
+ <img src =" https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/tfsec.yml/badge.svg " alt =" tfsec " >
24
+ </a >
25
+ <a href =" https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/terraform.yml " >
26
+ <img src =" https://github.com/clouddrove/terraform-aws-subnet/actions/workflows/terraform.yml/badge.svg " alt =" static-checks " >
21
27
</a >
22
28
23
29
@@ -73,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
73
79
``` hcl
74
80
module "subnets" {
75
81
source = "clouddrove/terraform-aws-subnet/aws"
76
- version = "0.15.0 "
82
+ version = "0.15.3 "
77
83
name = "subnets"
78
84
environment = "test"
79
85
label_order = ["name", "environment"]
@@ -91,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur
91
97
``` hcl
92
98
module "subnets" {
93
99
source = "clouddrove/terraform-aws-subnet/aws"
94
- version = "0.15.0 "
100
+ version = "0.15.3 "
95
101
name = "subnets"
96
102
environment = "test"
97
103
label_order = ["name", "environment"]
@@ -109,7 +115,7 @@ Here are some examples of how you can use this module in your inventory structur
109
115
``` hcl
110
116
module "subnets" {
111
117
source = "clouddrove/terraform-aws-subnet/aws"
112
- version = "0.15.0 "
118
+ version = "0.15.3 "
113
119
name = "subnets"
114
120
environment = "test"
115
121
label_order = ["name", "environment"]
@@ -128,7 +134,7 @@ Here are some examples of how you can use this module in your inventory structur
128
134
``` hcl
129
135
module "subnets" {
130
136
source = "clouddrove/terraform-aws-subnet/aws"
131
- version = "0.15.0 "
137
+ version = "0.15.3 "
132
138
name = "subnets"
133
139
environment = "test"
134
140
label_order = ["name", "environment"]
@@ -144,7 +150,7 @@ Here are some examples of how you can use this module in your inventory structur
144
150
``` hcl
145
151
module "subnets" {
146
152
source = "clouddrove/terraform-aws-subnet/aws"
147
- version = "0.15.0 "
153
+ version = "0.15.3 "
148
154
nat_gateway_enabled = true
149
155
single_nat_gateway = true
150
156
name = "subnets"
0 commit comments