v0.48.0
feat: Add `data_tiering_enabled` @Cheezmeister (#175)
what
- Introduce
var.data_tiering_enabledand plumb it through to the aws provider
why
- @teikametrics needs to set
data_tiering_enabledtrue to provision our desired node typeError: error creating ElastiCache Replication Group (bidder-redis-cluster-production): InvalidParameterCombination: When using the cache.r6gd.xlarge node type, you must enable data tiering. status code: 400, request id: REDACTED - This flag
data_tiering_enableddoesn't currently exist in theterraform-aws-elasticache-redismodule