|
2 | 2 |
|
3 | 3 | Terraform module which creates RDS resources on AWS.
|
4 | 4 |
|
| 5 | +[](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md) |
| 6 | + |
5 | 7 | Root module calls these modules which can also be used separately to create independent resources:
|
6 | 8 |
|
7 | 9 | - [db_instance](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/modules/db_instance) - creates RDS DB instance
|
@@ -299,6 +301,7 @@ Users have the ability to:
|
299 | 301 | | <a name="input_performance_insights_retention_period"></a> [performance\_insights\_retention\_period](#input\_performance\_insights\_retention\_period) | The amount of time in days to retain Performance Insights data. Either 7 (7 days) or 731 (2 years) | `number` | `7` | no |
|
300 | 302 | | <a name="input_port"></a> [port](#input\_port) | The port on which the DB accepts connections | `string` | `null` | no |
|
301 | 303 | | <a name="input_publicly_accessible"></a> [publicly\_accessible](#input\_publicly\_accessible) | Bool to control if instance is publicly accessible | `bool` | `false` | no |
|
| 304 | +| <a name="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 | |
302 | 305 | | <a name="input_random_password_length"></a> [random\_password\_length](#input\_random\_password\_length) | Length of random password to create | `number` | `16` | no |
|
303 | 306 | | <a name="input_replica_mode"></a> [replica\_mode](#input\_replica\_mode) | Specifies whether the replica is in either mounted or open-read-only mode. This attribute is only supported by Oracle instances. Oracle replicas operate in open-read-only mode unless otherwise specified | `string` | `null` | no |
|
304 | 307 | | <a name="input_replicate_source_db"></a> [replicate\_source\_db](#input\_replicate\_source\_db) | Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate | `string` | `null` | no |
|
@@ -352,3 +355,10 @@ Module is maintained by [Anton Babenko](https://github.com/antonbabenko) with he
|
352 | 355 | ## License
|
353 | 356 |
|
354 | 357 | Apache 2 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/LICENSE) for full details.
|
| 358 | + |
| 359 | +## Additional terms of use for users from Russia and Belarus |
| 360 | + |
| 361 | +By using the code provided in this repository you agree with the following: |
| 362 | +* 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). |
| 363 | +* 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. |
| 364 | +* [Putin khuylo!](https://en.wikipedia.org/wiki/Putin_khuylo!) |
0 commit comments