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
## Usage with Route53 DNS validation (recommended)
6
8
7
9
```hcl
@@ -149,6 +151,7 @@ No modules.
149
151
| <aname="input_create_route53_records"></a> [create\_route53\_records](#input\_create\_route53\_records)| When validation is set to DNS, define whether to create the DNS records internally via Route53 or externally using any DNS provider |`bool`|`true`| no |
150
152
| <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 |
151
153
| <aname="input_domain_name"></a> [domain\_name](#input\_domain\_name)| A domain name for which the certificate should be issued |`string`|`""`| no |
154
+
| <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 |
152
155
| <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 |
153
156
| <aname="input_tags"></a> [tags](#input\_tags)| A mapping of tags to assign to the resource |`map(string)`|`{}`| no |
154
157
| <aname="input_validate_certificate"></a> [validate\_certificate](#input\_validate\_certificate)| Whether to validate certificate by creating Route53 record |`bool`|`true`| no |
@@ -177,3 +180,10 @@ Module is maintained by [Anton Babenko](https://github.com/antonbabenko) with he
177
180
## License
178
181
179
182
Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-acm/tree/master/LICENSE) for full details.
183
+
184
+
## Additional terms of use for users from Russia and Belarus
185
+
186
+
By using the code provided in this repository you agree with the following:
187
+
* Russia has [illegally annexed Crimea in 2014](https://en.wikipedia.org/wiki/Annexation_of_Crimea_by_the_Russian_Federation) and [brought the war in Donbas](https://en.wikipedia.org/wiki/War_in_Donbas) followed by [full-scale invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine).
188
+
* Russia has brought sorrow and devastations to millions of Ukrainians, killed hundreds of innocent people, damaged thousands of buildings, and forced several million people to flee.
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
@@ -80,3 +80,9 @@ variable "dns_ttl" {
80
80
type=number
81
81
default=60
82
82
}
83
+
84
+
variable"putin_khuylo" {
85
+
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