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 <aknysh@users.noreply.github.com>
* Auto Format
* Update outputs.tf
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
* Auto Format
* add versions.tf to examples
* adding output to the examples
Co-authored-by: Tommy <thpoetke@testo.de>
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
Co-authored-by: Tommy <thomas.poetke@exconcept.com>
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
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