You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-21Lines changed: 17 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
Terraform Aws Acm
8
8
</h1>
9
9
10
-
<palign="center"style="font-size: 1.2rem;">
10
+
<palign="center"style="font-size: 1.2rem;">
11
11
This terraform module is used for requesting or importing SSL/TLS certificate with validation.
12
12
</p>
13
13
@@ -38,7 +38,7 @@
38
38
<hr>
39
39
40
40
41
-
We eat, drink, sleep and most importantly love **DevOps**. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure.
41
+
We eat, drink, sleep and most importantly love **DevOps**. We are working towards strategies for standardizing architecture while ensuring security for the infrastructure. We are strong believer of the philosophy <b>Bigger problems are always solved by breaking them into smaller manageable problems</b>. Resonating with microservices architecture, it is considered best-practice to run database, cluster, storage in smaller <b>connected yet manageable pieces</b> within the infrastructure.
42
42
43
43
This module is basically combination of [Terraform open source](https://www.terraform.io/) and includes automatation tests and examples. It also helps to create and improve your infrastructure with minimalistic code instead of maintaining the whole infrastructure code yourself.
44
44
@@ -49,7 +49,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c
| import\_certificate | Set to true or false to decide the creation and import of a acm certificate. |`bool`|`false`| no |
140
-
| label\_order | Label order, e.g. `name`,`application`. |`list`|`[]`| no |
141
-
| managedby | ManagedBy, eg 'CloudDrove' or 'AnmolNagpal'. |`string`|`"anmol@clouddrove.com"`| no |
135
+
| label\_order | Label order, e.g. `name`,`application`. |`list(any)`|`[]`| no |
136
+
| managedby | ManagedBy, eg 'CloudDrove' |`string`|`"hello@clouddrove.com"`| no |
142
137
| name | Name (e.g. `app` or `cluster`). |`string`|`""`| no |
143
138
| private\_key | Path of private key. |`string`|`""`| no |
144
-
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map`|`{}`| no |
139
+
| repository | Terraform current module repo |`string`|`"https://registry.terraform.io/modules/clouddrove/acm/aws"`| no |
140
+
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). |`map(any)`|`{}`| no |
145
141
| ttl | Time to live. |`number`|`600`| no |
146
-
| validate\_certificate | Set to false to prevent the validation of a acm certificate. |`string`|`false`| no |
142
+
| validate\_certificate | Set to false to prevent the validation of a acm certificate. |`bool`|`false`| no |
147
143
| validation\_method | Which method to use for validation, DNS or EMAIL. |`string`|`""`| no |
148
144
149
145
## Outputs
@@ -158,7 +154,7 @@ module "acm" {
158
154
159
155
160
156
## Testing
161
-
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.
157
+
In this module testing is performed with [terratest](https://github.com/gruntwork-io/terratest) and it creates a small piece of infrastructure, matches the output like ARN, ID and Tags name etc and destroy infrastructure in your AWS account. This testing is written in GO, so you need a [GO environment](https://golang.org/doc/install) in your system.
162
158
163
159
You need to run the following command in the testing folder:
164
160
```hcl
@@ -167,7 +163,7 @@ You need to run the following command in the testing folder:
167
163
168
164
169
165
170
-
## Feedback
166
+
## Feedback
171
167
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/terraform-aws-acm/issues), or feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com).
172
168
173
169
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/terraform-aws-acm)!
0 commit comments