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
| allow\_validation\_record\_overwrite | Allow the overwrite of validation records. This is needed if you are creating certificates in multiple regions. |`string`|`true`| no |
| cert\_domain\_name | Like www.foo.bar.com or \*.foo.bar.com |`string`| n/a | yes |
51
-
| cert\_subject\_alternative\_names | A map of <alternative\_domain:route53\_zone\_id> |`map(string)`|`{}`| no |
52
-
| cert\_subject\_alternative\_names\_count | The size of var.cert\_subject\_alternative\_names. Since var.cert\_subject\_alternative\_names can have dynamic keys/values we must hint terraform on its size. If you have no SANs then this should be 0. |`number`|`0`| no |
53
-
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
54
-
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
55
-
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging)|`string`| n/a | yes |
56
-
| service | Service for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
57
-
| subject\_alternative\_names\_order | Order to list the subject alternative names in the ACM cert. Workaround for https://github.com/terraform-providers/terraform-provider-aws/issues/8531|`list(string)`|`null`| no |
58
-
| validation\_record\_ttl | n/a |`string`|`60`| no |
60
+
|<aname="input_allow_validation_record_overwrite"></a> [allow\_validation\_record\_overwrite](#input\_allow\_validation\_record\_overwrite)| Allow the overwrite of validation records. This is needed if you are creating certificates in multiple regions. |`string`|`true`| no |
|<aname="input_cert_domain_name"></a> [cert\_domain\_name](#input\_cert\_domain\_name)| Like www.foo.bar.com or *.foo.bar.com |`string`| n/a | yes |
63
+
|<aname="input_cert_subject_alternative_names"></a> [cert\_subject\_alternative\_names](#input\_cert\_subject\_alternative\_names)| A map of <alternative\_domain:route53\_zone\_id> |`map(string)`|`{}`| no |
64
+
|<aname="input_cert_subject_alternative_names_count"></a> [cert\_subject\_alternative\_names\_count](#input\_cert\_subject\_alternative\_names\_count)| The size of var.cert\_subject\_alternative\_names. Since var.cert\_subject\_alternative\_names can have dynamic keys/values we must hint terraform on its size. If you have no SANs then this should be 0. |`number`|`0`| no |
65
+
|<aname="input_env"></a> [env](#input\_env)| Env for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
66
+
|<aname="input_owner"></a> [owner](#input\_owner)| Owner for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
67
+
|<aname="input_project"></a> [project](#input\_project)| Project for tagging and naming. See [doc](../README.md#consistent-tagging)|`string`| n/a | yes |
68
+
|<aname="input_service"></a> [service](#input\_service)| Service for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
69
+
|<aname="input_subject_alternative_names_order"></a> [subject\_alternative\_names\_order](#input\_subject\_alternative\_names\_order)| Order to list the subject alternative names in the ACM cert. Workaround for https://github.com/terraform-providers/terraform-provider-aws/issues/8531|`list(string)`|`null`| no |
70
+
|<aname="input_validation_record_ttl"></a> [validation\_record\_ttl](#input\_validation\_record\_ttl)| n/a |`string`|`60`| no |
| apply\_immediately | If false changes will not be applied until next maintenance window. |`string`|`false`| no |
49
-
| auto\_minor\_version\_upgrade | Set the databases to automatically upgrade minor versions. |`bool`|`true`| no |
50
-
| backtrack\_window | Turns on Backgrack for this many seconds. [Doc](https://aws.amazon.com/blogs/aws/amazon-aurora-backtrack-turn-back-time/)|`string`|`0`| no |
51
-
| ca\_cert\_identifier | Identifier for the certificate authority. rds-ca-2019 is the latest available version. |`string`|`"rds-ca-2019"`| no |
52
-
| database\_name | The name of the database to be created in the cluster. |`string`| n/a | yes |
53
-
| database\_password | Password for user that will be created. |`string`| n/a | yes |
54
-
| database\_subnet\_group | The name of an existing database subnet group to use. |`string`| n/a | yes |
55
-
| database\_username | Default user to be created. |`string`| n/a | yes |
56
-
| db\_deletion\_protection | n/a |`string`|`false`| no |
| engine\_version | The version of the engine to be used for aurora-mysql. |`string`|`"5.7"`| no |
59
-
| env | Env for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
60
-
| iam\_database\_authentication\_enabled | n/a |`string`|`false`| no |
61
-
| ingress\_cidr\_blocks | A list of CIDR blocks that should be allowed to communicate with this Aurora cluster. |`list(string)`|`[]`| no |
62
-
| ingress\_security\_groups | A list of security groups that should be allowed to communicate with this Aurora cluster. |`list(string)`|`[]`| no |
63
-
| instance\_class | See valid instance types [here](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Performance.html)|`string`|`"db.t2.small"`| no |
64
-
| instance\_count | Number of instances to create in this cluster. |`string`|`1`| no |
65
-
| kms\_key\_id | If provided, storage will be encrypted with this key, otherwise an AWS-managed key is used. (Encryption is always on). |`string`|`""`| no |
66
-
| owner | Owner for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
67
-
| params\_engine\_version | The engine version to be appended to the parameter group family. |`string`|`"5.7"`| no |
68
-
| performance\_insights\_enabled | n/a |`string`|`false`| no |
69
-
| project | Project for tagging and naming. See [doc](../README.md#consistent-tagging)|`string`| n/a | yes |
70
-
| publicly\_accessible | Avoid doing this - it gives access to the open internet. |`string`|`false`| no |
71
-
| rds\_cluster\_parameters | Cluster params you can set. [Doc](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.html#AuroraMySQL.Reference.Parameters.Cluster)|`list(any)`| <pre>[<br> {<br> "apply_method": "pending-reboot",<br> "name": "character_set_server",<br> "value": "utf8"<br> },<br> {<br> "apply_method": "pending-reboot",<br> "name": "character_set_client",<br> "value": "utf8"<br> }<br>]</pre> | no |
72
-
| service | Service for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
73
-
| skip\_final\_snapshot | When you destroy a database RDS will, by default, take snapshot. Set this to skip that step. |`string`|`false`| no |
74
-
| vpc\_id | The id of the existing VPC in which this cluster should be created. |`string`| n/a | yes |
58
+
|<aname="input_apply_immediately"></a> [apply\_immediately](#input\_apply\_immediately)| If false changes will not be applied until next maintenance window. |`string`|`false`| no |
59
+
|<aname="input_auto_minor_version_upgrade"></a> [auto\_minor\_version\_upgrade](#input\_auto\_minor\_version\_upgrade)| Set the databases to automatically upgrade minor versions. |`bool`|`true`| no |
60
+
|<aname="input_backtrack_window"></a> [backtrack\_window](#input\_backtrack\_window)| Turns on Backgrack for this many seconds. [Doc](https://aws.amazon.com/blogs/aws/amazon-aurora-backtrack-turn-back-time/)|`string`|`0`| no |
61
+
|<aname="input_ca_cert_identifier"></a> [ca\_cert\_identifier](#input\_ca\_cert\_identifier)| Identifier for the certificate authority. rds-ca-2019 is the latest available version. |`string`|`"rds-ca-2019"`| no |
62
+
|<aname="input_database_name"></a> [database\_name](#input\_database\_name)| The name of the database to be created in the cluster. |`string`| n/a | yes |
63
+
|<aname="input_database_password"></a> [database\_password](#input\_database\_password)| Password for user that will be created. |`string`| n/a | yes |
64
+
|<aname="input_database_subnet_group"></a> [database\_subnet\_group](#input\_database\_subnet\_group)| The name of an existing database subnet group to use. |`string`| n/a | yes |
65
+
|<aname="input_database_username"></a> [database\_username](#input\_database\_username)| Default user to be created. |`string`| n/a | yes |
66
+
|<aname="input_db_deletion_protection"></a> [db\_deletion\_protection](#input\_db\_deletion\_protection)| n/a |`string`|`false`| no |
|<aname="input_engine_version"></a> [engine\_version](#input\_engine\_version)| The version of the engine to be used for aurora-mysql. |`string`|`"5.7"`| no |
69
+
|<aname="input_env"></a> [env](#input\_env)| Env for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
70
+
|<aname="input_iam_database_authentication_enabled"></a> [iam\_database\_authentication\_enabled](#input\_iam\_database\_authentication\_enabled)| n/a |`string`|`false`| no |
71
+
|<aname="input_ingress_cidr_blocks"></a> [ingress\_cidr\_blocks](#input\_ingress\_cidr\_blocks)| A list of CIDR blocks that should be allowed to communicate with this Aurora cluster. |`list(string)`|`[]`| no |
72
+
|<aname="input_ingress_security_groups"></a> [ingress\_security\_groups](#input\_ingress\_security\_groups)| A list of security groups that should be allowed to communicate with this Aurora cluster. |`list(string)`|`[]`| no |
73
+
|<aname="input_instance_class"></a> [instance\_class](#input\_instance\_class)| See valid instance types [here](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Managing.Performance.html)|`string`|`"db.t2.small"`| no |
74
+
|<aname="input_instance_count"></a> [instance\_count](#input\_instance\_count)| Number of instances to create in this cluster. |`string`|`1`| no |
75
+
|<aname="input_kms_key_id"></a> [kms\_key\_id](#input\_kms\_key\_id)| If provided, storage will be encrypted with this key, otherwise an AWS-managed key is used. (Encryption is always on). |`string`|`""`| no |
76
+
|<aname="input_owner"></a> [owner](#input\_owner)| Owner for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
77
+
|<aname="input_params_engine_version"></a> [params\_engine\_version](#input\_params\_engine\_version)| The engine version to be appended to the parameter group family. |`string`|`"5.7"`| no |
78
+
|<aname="input_performance_insights_enabled"></a> [performance\_insights\_enabled](#input\_performance\_insights\_enabled)| n/a |`string`|`false`| no |
79
+
|<aname="input_project"></a> [project](#input\_project)| Project for tagging and naming. See [doc](../README.md#consistent-tagging)|`string`| n/a | yes |
80
+
|<aname="input_publicly_accessible"></a> [publicly\_accessible](#input\_publicly\_accessible)| Avoid doing this - it gives access to the open internet. |`string`|`false`| no |
81
+
|<aname="input_rds_cluster_parameters"></a> [rds\_cluster\_parameters](#input\_rds\_cluster\_parameters)| Cluster params you can set. [Doc](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.html#AuroraMySQL.Reference.Parameters.Cluster)|`list(any)`| <pre>[<br> {<br> "apply_method": "pending-reboot",<br> "name": "character_set_server",<br> "value": "utf8"<br> },<br> {<br> "apply_method": "pending-reboot",<br> "name": "character_set_client",<br> "value": "utf8"<br> }<br>]</pre> | no |
82
+
|<aname="input_service"></a> [service](#input\_service)| Service for tagging and naming. See [doc](../README.md#consistent-tagging). |`string`| n/a | yes |
83
+
|<aname="input_skip_final_snapshot"></a> [skip\_final\_snapshot](#input\_skip\_final\_snapshot)| When you destroy a database RDS will, by default, take snapshot. Set this to skip that step. |`string`|`false`| no |
84
+
|<aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The id of the existing VPC in which this cluster should be created. |`string`| n/a | yes |
0 commit comments