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
| <aname="input_auth_session_dynamodb_table_name"></a> [auth\_session\_dynamodb\_table\_name](#input\_auth\_session\_dynamodb\_table\_name)| The name of dynamodb table to store user login sessions |`string`|`"AuthSessionReferenceMetadata"`| no |
343
343
| <aname="input_auth_state_dynamodb_table_name"></a> [auth\_state\_dynamodb\_table\_name](#input\_auth\_state\_dynamodb\_table\_name)| The name of dynamodb table to store the state values (for CIS2 authorisation) |`string`|`"AuthStateReferenceMetadata"`| no |
344
-
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| This is a list that specifies all the Availability Zones that will have a pair of public and private subnets |`list(string)`| <pre>[<br> "eu-west-2a",<br> "eu-west-2b",<br> "eu-west-2c"<br>]</pre> | no |
344
+
| <aname="input_availability_zones"></a> [availability\_zones](#input\_availability\_zones)| This is a list that specifies all the Availability Zones that will have a pair of public and private subnets |`list(string)`| <pre>[<br/> "eu-west-2a",<br/> "eu-west-2b",<br/> "eu-west-2c"<br/>]</pre> | no |
345
345
| <aname="input_bulk_upload_report_dynamodb_table_name"></a> [bulk\_upload\_report\_dynamodb\_table\_name](#input\_bulk\_upload\_report\_dynamodb\_table\_name)| The name of dynamodb table to store bulk upload status |`string`|`"BulkUploadReport"`| no |
| <aname="input_certificate_subdomain_name_prefix"></a> [certificate\_subdomain\_name\_prefix](#input\_certificate\_subdomain\_name\_prefix)| Prefix to add to subdomains on certification configurations, dev envs use api-{env}, prod envs use api.{env} |`string`|`"api-"`| no |
0 commit comments