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: terraform/aws/database-factory-postgresql/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,9 @@ No resources.
36
36
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the environment which will deploy to and will be added as a tag |`string`|`""`| no |
37
37
| <aname="input_final_snapshot_identifier_prefix"></a> [final\_snapshot\_identifier\_prefix](#input\_final\_snapshot\_identifier\_prefix)| The prefix name of your final DB snapshot when this DB instance is deleted |`string`|`"final"`| no |
38
38
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The instance type of the RDS instance |`string`|`""`| no |
39
-
| <aname="input_lambda_arn"></a> [lambda\_arn](#input\_lambda\_arn)| Lambda logs-to-opensearch ARN |`string`|`""`| no |
40
39
| <aname="input_lambda_name"></a> [lambda\_name](#input\_lambda\_name)| Lambda which ships logs to opensearch |`string`|`"logs-to-opensearch"`| no |
41
40
| <aname="input_max_postgresql_connections"></a> [max\_postgresql\_connections](#input\_max\_postgresql\_connections)| n/a |`string`|`""`| no |
| <aname="input_memory_alarm_limit"></a> [memory\_alarm\_limit](#input\_memory\_alarm\_limit)| Limit to trigger memory alarm. Number in Bytes (100MB) |`string`|`"100000000"`| no |
44
43
| <aname="input_memory_cache_proportion"></a> [memory\_cache\_proportion](#input\_memory\_cache\_proportion)| Proportion of memory that is used for cache. By default it is 75%. A change in this variable should be reflected in database factory vertical scaling main.go as well. |`number`|`0.75`| no |
45
44
| <aname="input_monitoring_interval"></a> [monitoring\_interval](#input\_monitoring\_interval)| The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance |`number`|`60`| no |
@@ -50,7 +49,7 @@ No resources.
50
49
| <aname="input_predefined_metric_type"></a> [predefined\_metric\_type](#input\_predefined\_metric\_type)| A predefined metric type |`string`|`"RDSReaderAverageDatabaseConnections"`| no |
51
50
| <aname="input_preferred_backup_window"></a> [preferred\_backup\_window](#input\_preferred\_backup\_window)| The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter |`string`|`"02:00-03:00"`| no |
52
51
| <aname="input_preferred_maintenance_window"></a> [preferred\_maintenance\_window](#input\_preferred\_maintenance\_window)| The window to perform maintenance in |`string`|`"sat:09:00-sat:11:00"`| no |
53
-
| <aname="input_ram_memory_bytes"></a> [ram\_memory\_bytes](#input\_ram\_memory\_bytes)| The RAM memory of each instance type in Bytes. A change in this variable should be reflected in database factory vertical scaling main.go as well. |`map(any)`| <pre>{<br> "db.r5.12xlarge": "412316860416",<br> "db.r5.16xlarge": "549755813888",<br> "db.r5.24xlarge": "824633720832",<br> "db.r5.2xlarge": "68719476736",<br> "db.r5.4xlarge": "137438953472",<br> "db.r5.8xlarge": "274877906944",<br> "db.r5.large": "17179869184",<br> "db.r5.xlarge": "34359738368",<br> "db.t3.medium": "4294967296"<br>}</pre> | no |
52
+
| <aname="input_ram_memory_bytes"></a> [ram\_memory\_bytes](#input\_ram\_memory\_bytes)| The RAM memory of each instance type in Bytes. A change in this variable should be reflected in database factory vertical scaling main.go as well. |`map(any)`| <pre>{<br> "db.r5.12xlarge": "412316860416",<br> "db.r5.16xlarge": "549755813888",<br> "db.r5.24xlarge": "824633720832",<br> "db.r5.2xlarge": "68719476736",<br> "db.r5.4xlarge": "137438953472",<br> "db.r5.8xlarge": "274877906944",<br> "db.r5.large": "17179869184",<br> "db.r5.xlarge": "34359738368",<br> "db.r6g.2xlarge": "68719476736",<br> "db.r6g.large": "17179869184",<br> "db.r6g.xlarge": "34359738368",<br> "db.t3.medium": "4294967296",<br> "db.t3.small": "2147483648"<br>}</pre> | no |
54
53
| <aname="input_random_page_cost"></a> [random\_page\_cost](#input\_random\_page\_cost)| Sets the planner's estimate of the cost of a non-sequentially-fetched disk page. The default is 4.0. This value can be overridden for tables and indexes in a particular tablespace by setting the tablespace parameter of the same name. |`number`|`1.1`| no |
55
54
| <aname="input_replica_min"></a> [replica\_min](#input\_replica\_min)| Number of replicas to deploy initially with the RDS Cluster. This is managed by the database factory app. |`number`|`3`| no |
56
55
| <aname="input_replica_scale_connections"></a> [replica\_scale\_connections](#input\_replica\_scale\_connections)| Needs to be set when predefined\_metric\_type is RDSReaderAverageDatabaseConnections |`number`|`100000`| no |
description="The RAM memory of each instance type in Bytes. A change in this variable should be reflected in database factory vertical scaling main.go as well."
Copy file name to clipboardExpand all lines: terraform/aws/modules/rds-aurora-postgresql/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,6 @@ No modules.
57
57
| <aname="input_environment"></a> [environment](#input\_environment)| The name of the environment which will deploy to and will be added as a tag |`string`| n/a | yes |
58
58
| <aname="input_final_snapshot_identifier_prefix"></a> [final\_snapshot\_identifier\_prefix](#input\_final\_snapshot\_identifier\_prefix)| The prefix name of your final DB snapshot when this DB instance is deleted |`string`| n/a | yes |
59
59
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The instance type of the RDS instance |`string`| n/a | yes |
60
-
| <aname="input_lambda_arn"></a> [lambda\_arn](#input\_lambda\_arn)| Lambda logs-to-opensearch ARN |`string`|`""`| no |
61
60
| <aname="input_lambda_name"></a> [lambda\_name](#input\_lambda\_name)| Lambda which ships logs to opensearch |`string`|`"logs-to-opensearch"`| no |
| <aname="input_replica_scale_out_cooldown"></a> [replica\_scale\_out\_cooldown](#input\_replica\_scale\_out\_cooldown)| Cooldown in seconds before allowing further scaling operations after a scale out |`number`| n/a | yes |
83
82
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| Determines whether a final DB snapshot is created before the DB instance is deleted |`bool`| n/a | yes |
84
83
| <aname="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted)| Specifies whether the DB cluster is encrypted |`bool`| n/a | yes |
85
-
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`list(string)`| n/a | yes |
84
+
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`map(any)`| n/a | yes |
86
85
| <aname="input_tcp_keepalives_count"></a> [tcp\_keepalives\_count](#input\_tcp\_keepalives\_count)| Maximum number of TCP keepalive retransmits.Specifies the number of TCP keepalive messages that can be lost before the server's connection to the client is considered dead. A value of 0 (the default) selects the operating system's default. |`number`| n/a | yes |
87
86
| <aname="input_tcp_keepalives_idle"></a> [tcp\_keepalives\_idle](#input\_tcp\_keepalives\_idle)| Time between issuing TCP keepalives.Specifies the amount of time with no network activity after which the operating system should send a TCP keepalive message to the client. If this value is specified without units, it is taken as seconds. A value of 0 (the default) selects the operating system's default. |`number`| n/a | yes |
88
87
| <aname="input_tcp_keepalives_interval"></a> [tcp\_keepalives\_interval](#input\_tcp\_keepalives\_interval)| Time between TCP keepalive retransmits. Specifies the amount of time after which a TCP keepalive message that has not been acknowledged by the client should be retransmitted. If this value is specified without units, it is taken as seconds. A value of 0 (the default) selects the operating system's default. |`number`| n/a | yes |
Copy file name to clipboardExpand all lines: terraform/aws/modules/rds-aurora/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ No modules.
69
69
| <aname="input_replica_scale_out_cooldown"></a> [replica\_scale\_out\_cooldown](#input\_replica\_scale\_out\_cooldown)| Cooldown in seconds before allowing further scaling operations after a scale out |`number`| n/a | yes |
70
70
| <aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| Determines whether a final DB snapshot is created before the DB instance is deleted |`bool`| n/a | yes |
71
71
| <aname="input_storage_encrypted"></a> [storage\_encrypted](#input\_storage\_encrypted)| Specifies whether the DB cluster is encrypted |`bool`| n/a | yes |
72
-
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`list(string)`| n/a | yes |
72
+
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to assign to the resource |`map(any)`| n/a | yes |
73
73
| <aname="input_username"></a> [username](#input\_username)| Username for the master DB user |`string`| n/a | yes |
74
74
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The VPC ID of the database cluster |`string`| n/a | yes |
0 commit comments