Skip to content

Commit

Permalink
Fixed README style for new variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asghar-qureshi committed Jan 28, 2025
1 parent 8a3b151 commit 0c7a340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Available targets:
| <a name="input_user_group_ids"></a> [user\_group\_ids](#input\_user\_group\_ids) | User Group ID to associate with the replication group | `list(string)` | `null` | no |
| <a name="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id) | VPC ID | `string` | n/a | yes |
| <a name="input_zone_id"></a> [zone\_id](#input\_zone\_id) | Route53 DNS Zone ID as list of string (0 or 1 items). If empty, no custom DNS name will be published.<br/>If the list contains a single Zone ID, a custom DNS name will be pulished in that zone.<br/>Can also be a plain string, but that use is DEPRECATED because of Terraform issues. | `any` | `[]` | no |
| serverless_snapshot_arns_to_restore | Optional list of snapshot ARNs to restore for serverless Redis | list(string)| `[]` | no |
| <a name="input_serverless_snapshot_arns_to_restore"></a> [serverless_snapshot_arns_to_restore](#input\_serverless\_snapshot\_arns\_to\_restore) | Optional list of snapshot ARNs to restore for serverless Redis | `list(string)` | `[]` | no |

## Outputs

Expand Down

0 comments on commit 0c7a340

Please sign in to comment.