@@ -72,7 +72,7 @@ Here are some examples of how you can use this module in your inventory structur
72
72
### ACM with DNS
73
73
``` hcl
74
74
module "acm" {
75
- source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.1 "
75
+ source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
76
76
name = "certificate"
77
77
application = "clouddrove"
78
78
environment = "test"
@@ -87,7 +87,7 @@ module "acm" {
87
87
### ACM with Email
88
88
``` hcl
89
89
module "acm" {
90
- source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.1 "
90
+ source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
91
91
name = "certificate"
92
92
application = "clouddrove"
93
93
environment = "test"
@@ -102,7 +102,7 @@ module "acm" {
102
102
### ACM with Import Certificate
103
103
``` hcl
104
104
module "acm" {
105
- source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.1 "
105
+ source = "git::https://github.com/clouddrove/terraform-aws-acm.git?ref=tags/0.12.2 "
106
106
name = "certificate"
107
107
application = "clouddrove"
108
108
environment = "test"
@@ -128,7 +128,7 @@ module "acm" {
128
128
| certificate_body | Path of certificate body. | string | ` ~ ` | no |
129
129
| certificate_chain | Path of certificate chain. | string | `` | no |
130
130
| delimiter | Delimiter to be used between ` organization ` , ` environment ` , ` name ` and ` attributes ` . | string | ` - ` | no |
131
- | domain_name | A domain name for which the certificate should be issued. | string | - | yes |
131
+ | domain_name | A domain name for which the certificate should be issued. | string | `` | no |
132
132
| enable_acm_certificate | Set to false to prevent the creation of a acm certificate. | string | ` true ` | no |
133
133
| enable_aws_certificate | Set to false to prevent the creation of a acm certificate. | bool | ` false ` | no |
134
134
| enable_dns_validation | Set to prevent validation of DNS. | string | ` false ` | no |
@@ -140,7 +140,7 @@ module "acm" {
140
140
| tags | Additional tags (e.g. map(` BusinessUnit ` ,` XYZ ` ). | map | ` <map> ` | no |
141
141
| ttl | Time to live. | number | ` 600 ` | no |
142
142
| validate_certificate | Set to false to prevent the validation of a acm certificate. | string | ` false ` | no |
143
- | validation_method | Which method to use for validation, DNS or EMAIL. | string | - | yes |
143
+ | validation_method | Which method to use for validation, DNS or EMAIL. | string | `` | no |
144
144
145
145
## Outputs
146
146
0 commit comments