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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,7 @@ No modules.
213
213
| <aname="input_dns_ttl"></a> [dns\_ttl](#input\_dns\_ttl)| The TTL of DNS recursive resolvers to cache information about this record. |`number`|`60`| no |
214
214
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| A domain name for which the certificate should be issued |`string`|`""`| no |
215
215
| <aname="input_key_algorithm"></a> [key\_algorithm](#input\_key\_algorithm)| Specifies the algorithm of the public and private key pair that your Amazon issued certificate uses to encrypt data |`string`|`null`| no |
216
+
| <aname="input_private_authority_arn"></a> [private\_authority\_arn](#input\_private\_authority\_arn)| Private Certificate Authority ARN for issuing private certificates |`string`|`null`| no |
216
217
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
217
218
| <aname="input_subject_alternative_names"></a> [subject\_alternative\_names](#input\_subject\_alternative\_names)| A list of domains that should be SANs in the issued certificate |`list(string)`|`[]`| no |
218
219
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,12 @@ variable "key_algorithm" {
123
123
default=null
124
124
}
125
125
126
+
variable"private_authority_arn" {
127
+
description="Private Certificate Authority ARN for issuing private certificates"
128
+
type=string
129
+
default=null
130
+
}
131
+
126
132
variable"putin_khuylo" {
127
133
description="Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!"
0 commit comments