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
* zone id
* Pass in zone id directly
* Update test to use zone id
* Update variables.tf
* Auto Format
* Update main.tf
Co-authored-by: cloudpossebot <[email protected]>
Copy file name to clipboardExpand all lines: README.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
@@ -194,6 +194,7 @@ Available targets:
194
194
| <aname="input_ttl"></a> [ttl](#input\_ttl)| The TTL of the record to add to the DNS zone to complete certificate validation |`string`|`"300"`| no |
195
195
| <aname="input_validation_method"></a> [validation\_method](#input\_validation\_method)| Method to use for validation, DNS or EMAIL |`string`|`"DNS"`| no |
196
196
| <aname="input_wait_for_certificate_issued"></a> [wait\_for\_certificate\_issued](#input\_wait\_for\_certificate\_issued)| Whether to wait for the certificate to be issued by ACM (the certificate status changed from `Pending Validation` to `Issued`) |`bool`|`false`| no |
197
+
| <aname="input_zone_id"></a> [zone\_id](#input\_zone\_id)| The zone id of the Route53 Hosted Zone which can be used instead of `var.zone_name`. |`string`|`null`| no |
197
198
| <aname="input_zone_name"></a> [zone\_name](#input\_zone\_name)| The name of the desired Route53 Hosted Zone |`string`|`""`| no |
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
@@ -53,6 +53,7 @@
53
53
| <aname="input_ttl"></a> [ttl](#input\_ttl)| The TTL of the record to add to the DNS zone to complete certificate validation |`string`|`"300"`| no |
54
54
| <aname="input_validation_method"></a> [validation\_method](#input\_validation\_method)| Method to use for validation, DNS or EMAIL |`string`|`"DNS"`| no |
55
55
| <aname="input_wait_for_certificate_issued"></a> [wait\_for\_certificate\_issued](#input\_wait\_for\_certificate\_issued)| Whether to wait for the certificate to be issued by ACM (the certificate status changed from `Pending Validation` to `Issued`) |`bool`|`false`| no |
56
+
| <aname="input_zone_id"></a> [zone\_id](#input\_zone\_id)| The zone id of the Route53 Hosted Zone which can be used instead of `var.zone_name`. |`string`|`null`| no |
56
57
| <aname="input_zone_name"></a> [zone\_name](#input\_zone\_name)| The name of the desired Route53 Hosted Zone |`string`|`""`| no |
0 commit comments