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
Transit encryption enabled default to null (cloudposse#110)
* Default var.transit_encryption_enabled to false
* trans enc to true if token unless explicitly set
* Update variables.tf
* Auto Format
* Trigger validate-codeowners
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: PePe Amengual <[email protected]>
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
268
268
| subnets | Subnet IDs |`list(string)`|`[]`| no |
269
269
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')`|`map(string)`|`{}`| no |
270
-
| transit\_encryption\_enabled |Enable TLS |`bool`|`true`| no |
270
+
| transit\_encryption\_enabled |Whether to enable encryption in transit. If this is enabled, use the [following guide](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/in-transit-encryption.html#connect-tls) to access redis |`bool`|`null`| no |
271
271
| use\_existing\_security\_groups | Flag to enable/disable creation of Security Group in the module. Set to `true` to disable Security Group creation and provide a list of existing security Group IDs in `existing_security_groups` to place the cluster into |`bool`|`false`| no |
272
272
| vpc\_id | VPC ID |`string`| n/a | yes |
273
273
| zone\_id | Route53 DNS Zone ID |`string`|`""`| no |
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
86
86
| subnets | Subnet IDs |`list(string)`|`[]`| no |
87
87
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')`|`map(string)`|`{}`| no |
88
-
| transit\_encryption\_enabled |Enable TLS |`bool`|`true`| no |
88
+
| transit\_encryption\_enabled |Whether to enable encryption in transit. If this is enabled, use the [following guide](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/in-transit-encryption.html#connect-tls) to access redis |`bool`|`null`| no |
89
89
| use\_existing\_security\_groups | Flag to enable/disable creation of Security Group in the module. Set to `true` to disable Security Group creation and provide a list of existing security Group IDs in `existing_security_groups` to place the cluster into |`bool`|`false`| no |
90
90
| vpc\_id | VPC ID |`string`| n/a | yes |
91
91
| zone\_id | Route53 DNS Zone ID |`string`|`""`| no |
description="Whether to enable encryption in transit. If this is enabled, use the [following guide](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/in-transit-encryption.html#connect-tls) to access redis"
0 commit comments