@@ -72,7 +72,7 @@ Here are some examples of how you can use this module in your inventory structur
7272### ACM with DNS
7373``` hcl
7474module "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 "
7676 name = "certificate"
7777 application = "clouddrove"
7878 environment = "test"
@@ -87,7 +87,7 @@ module "acm" {
8787### ACM with Email
8888``` hcl
8989module "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 "
9191 name = "certificate"
9292 application = "clouddrove"
9393 environment = "test"
@@ -102,7 +102,7 @@ module "acm" {
102102### ACM with Import Certificate
103103``` hcl
104104module "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 "
106106 name = "certificate"
107107 application = "clouddrove"
108108 environment = "test"
@@ -128,7 +128,7 @@ module "acm" {
128128| certificate_body | Path of certificate body. | string | ` ~ ` | no |
129129| certificate_chain | Path of certificate chain. | string | `` | no |
130130| 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 |
132132| enable_acm_certificate | Set to false to prevent the creation of a acm certificate. | string | ` true ` | no |
133133| enable_aws_certificate | Set to false to prevent the creation of a acm certificate. | bool | ` false ` | no |
134134| enable_dns_validation | Set to prevent validation of DNS. | string | ` false ` | no |
@@ -140,7 +140,7 @@ module "acm" {
140140| tags | Additional tags (e.g. map(` BusinessUnit ` ,` XYZ ` ). | map | ` <map> ` | no |
141141| ttl | Time to live. | number | ` 600 ` | no |
142142| 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 |
144144
145145## Outputs
146146
0 commit comments