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
* Added Readme and gitignore.
* Renames acm_domain_name to acm_certificate_name to reflect the actual function of the variable.
* Updates the documentation.
* Updates the documentation.
* Formats the file.
* Corrected variable names to be used effectively.
* Applies the new template to the repo.
* Renames files to match requirement of the new template.
* New Readme generated.
* Updates acm_domain_name description.
* Update the example to show the complete steps to take to instantiate the module.
* Updates ReadMe.
This module is used to create a certificate using Route53 DNS validation. It requires a hosted zone to which the IAM
13
+
principal creating the resource has access.
14
+
15
+
## Examples
16
+
17
+
```hcl
18
+
{{ include "examples/example1.tfnot" }}
19
+
```
20
+
---
21
+
22
+
{{ .Requirements }}
23
+
24
+
{{ .Resources }}
25
+
26
+
{{ .Inputs }}
27
+
28
+
{{ .Outputs }}
29
+
30
+
---
31
+
32
+
Note, manual changes to the README will be overwritten when the documentation is updated. To update the documentation, run `terraform-docs -c .config/.terraform-docs.yml`
| <aname="input_acm_domain_name"></a> [acm\_domain\_name](#input\_acm\_domain\_name)| Name of the certificate to be created in AWS ACM / FQDN |`string`| n/a | yes |
67
+
| <aname="input_input_tags"></a> [input\_tags](#input\_input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
68
+
| <aname="input_zone_id"></a> [zone\_id](#input\_zone\_id)| Route53 zone ID |`string`| n/a | yes |
69
+
70
+
## Outputs
71
+
72
+
| Name | Description |
73
+
|------|-------------|
74
+
| <aname="output_acm_certificate_arn"></a> [acm\_certificate\_arn](#output\_acm\_certificate\_arn)| The ARN of the certificate created by this module |
75
+
76
+
---
77
+
78
+
Note, manual changes to the README will be overwritten when the documentation is updated. To update the documentation, run `terraform-docs -c .config/.terraform-docs.yml`
0 commit comments