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
* adding output for certification status
* adding output of the validated arn
* remove obsolete certstatus output
* remove newline
* Auto Format
* Update outputs.tf
Co-authored-by: Andriy Knysh <[email protected]>
* Auto Format
* Update outputs.tf
Co-authored-by: Andriy Knysh <[email protected]>
* Auto Format
* add versions.tf to examples
* adding output to the examples
Co-authored-by: Tommy <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Tommy <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,7 @@ Available targets:
208
208
| <aname="output_arn"></a> [arn](#output\_arn)| The ARN of the certificate |
209
209
| <aname="output_domain_validation_options"></a> [domain\_validation\_options](#output\_domain\_validation\_options)| CNAME records that are added to the DNS zone to complete certificate validation |
210
210
| <aname="output_id"></a> [id](#output\_id)| The ID of the certificate |
211
+
| <aname="output_validation_certificate_arn"></a> [validation\_certificate\_arn](#output\_validation\_certificate\_arn)| Certificate ARN from the `aws_acm_certificate_validation` resource |
211
212
| <aname="output_validation_id"></a> [validation\_id](#output\_validation\_id)| The ID of the certificate validation |
212
213
<!-- markdownlint-restore -->
213
214
@@ -374,7 +375,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
Copy file name to clipboardExpand all lines: docs/terraform.md
+1
Original file line number
Diff line number
Diff line change
@@ -67,5 +67,6 @@
67
67
| <aname="output_arn"></a> [arn](#output\_arn)| The ARN of the certificate |
68
68
| <aname="output_domain_validation_options"></a> [domain\_validation\_options](#output\_domain\_validation\_options)| CNAME records that are added to the DNS zone to complete certificate validation |
69
69
| <aname="output_id"></a> [id](#output\_id)| The ID of the certificate |
70
+
| <aname="output_validation_certificate_arn"></a> [validation\_certificate\_arn](#output\_validation\_certificate\_arn)| Certificate ARN from the `aws_acm_certificate_validation` resource |
70
71
| <aname="output_validation_id"></a> [validation\_id](#output\_validation\_id)| The ID of the certificate validation |
0 commit comments