Skip to content

Commit c09b7bf

Browse files
committedMay 3, 2020
Regenerated Inputs, further add Requirements and Providers by terraform-docs
1 parent 30d898f commit c09b7bf

File tree

1 file changed

+32
-20
lines changed

1 file changed

+32
-20
lines changed
 

‎README.md

+32-20
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,40 @@ module "elasticache_redis" {
7777

7878
<!-- BEGINNING OF GENERATED BY TERRAFORM-DOCS -->
7979

80+
## Requirements
81+
82+
| Name | Version |
83+
| --------- | ------- |
84+
| terraform | >= 0.12 |
85+
86+
## Providers
87+
88+
| Name | Version |
89+
| ---- | ------- |
90+
| aws | n/a |
91+
8092
## Inputs
8193

82-
| Name | Description | Type | Default | Required |
83-
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------- | :----: | :--------------------: | :------: |
84-
| ingress_cidr_blocks | List of Ingress CIDR blocks. | list | - | yes |
85-
| name | The replication group identifier. This parameter is stored as a lowercase string. | string | - | yes |
86-
| node_type | The compute and memory capacity of the nodes in the node group. | string | - | yes |
87-
| number_cache_clusters | The number of cache clusters (primary and replicas) this replication group will have. | string | - | yes |
88-
| subnet_ids | List of VPC Subnet IDs for the cache subnet group. | list | - | yes |
89-
| vpc_id | VPC Id to associate with Redis ElastiCache. | string | - | yes |
90-
| apply_immediately | Specifies whether any modifications are applied immediately, or during the next maintenance window. | string | `false` | no |
91-
| at_rest_encryption_enabled | Whether to enable encryption at rest. | string | `true` | no |
92-
| automatic_failover_enabled | Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. | string | `true` | no |
93-
| description | The description of the all resources. | string | `Managed by Terraform` | no |
94-
| engine_version | The version number of the cache engine to be used for the cache clusters in this replication group. | string | `5.0.0` | no |
95-
| family | The family of the ElastiCache parameter group. | string | `redis5.0` | no |
96-
| maintenance_window | Specifies the weekly time range for when maintenance on the cache cluster is performed. | string | `` | no |
97-
| port | The port number on which each of the cache nodes will accept connections. | string | `6379` | no |
98-
| snapshot_retention_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. | string | `30` | no |
99-
| snapshot_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. | string | `` | no |
100-
| tags | A mapping of tags to assign to all resources. | map | `{}` | no |
101-
| transit_encryption_enabled | Whether to enable encryption in transit. | string | `true` | no |
94+
| Name | Description | Type | Default | Required |
95+
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------ | :------: |
96+
| ingress_cidr_blocks | List of Ingress CIDR blocks. | `list(string)` | n/a | yes |
97+
| name | The replication group identifier. This parameter is stored as a lowercase string. | `string` | n/a | yes |
98+
| node_type | The compute and memory capacity of the nodes in the node group. | `string` | n/a | yes |
99+
| number_cache_clusters | The number of cache clusters (primary and replicas) this replication group will have. | `string` | n/a | yes |
100+
| subnet_ids | List of VPC Subnet IDs for the cache subnet group. | `list(string)` | n/a | yes |
101+
| vpc_id | VPC Id to associate with Redis ElastiCache. | `string` | n/a | yes |
102+
| apply_immediately | Specifies whether any modifications are applied immediately, or during the next maintenance window. | `bool` | `false` | no |
103+
| at_rest_encryption_enabled | Whether to enable encryption at rest. | `bool` | `true` | no |
104+
| automatic_failover_enabled | Specifies whether a read-only replica will be automatically promoted to read/write primary if the existing primary fails. | `bool` | `true` | no |
105+
| description | The description of the all resources. | `string` | `"Managed by Terraform"` | no |
106+
| engine_version | The version number of the cache engine to be used for the cache clusters in this replication group. | `string` | `"5.0.6"` | no |
107+
| family | The family of the ElastiCache parameter group. | `string` | `"redis5.0"` | no |
108+
| maintenance_window | Specifies the weekly time range for when maintenance on the cache cluster is performed. | `string` | `""` | no |
109+
| port | The port number on which each of the cache nodes will accept connections. | `number` | `6379` | no |
110+
| snapshot_retention_limit | The number of days for which ElastiCache will retain automatic cache cluster snapshots before deleting them. | `number` | `30` | no |
111+
| snapshot_window | The daily time range (in UTC) during which ElastiCache will begin taking a daily snapshot of your cache cluster. | `string` | `""` | no |
112+
| tags | A mapping of tags to assign to all resources. | `map(string)` | `{}` | no |
113+
| transit_encryption_enabled | Whether to enable encryption in transit. | `bool` | `true` | no |
102114

103115
## Outputs
104116

0 commit comments

Comments
 (0)