terraform-aws-elasticache-redis icon indicating copy to clipboard operation
terraform-aws-elasticache-redis copied to clipboard

feat: Plumb through data_tiering_enabled

Open Cheezmeister opened this issue 3 years ago • 3 comments
trafficstars

what

  • Introduce var.data_tiering_enabled and plumb it through to the aws provider

why

  • @teikametrics needs to set data_tiering_enabled true to provision our desired node type
    Error: 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_enabled doesn't currently exist in the terraform-aws-elasticache-redis module

references

  • https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_replication_group#data_tiering_enabled

Cheezmeister avatar Sep 06 '22 18:09 Cheezmeister

The build fails with message

+ echo 'Changes detected. Pushing to the PR branch'

Please, what are the changes, and what access is required to complete CI?

EDIT: I followed some breadcrumbs and found make pr/auto-format sufficient to make the doc changes that the CI job wants to see. So we're all clear there.

Cheezmeister avatar Sep 06 '22 19:09 Cheezmeister

/test all

nitrocode avatar Sep 18 '22 13:09 nitrocode

/test all

Cheezmeister avatar Sep 20 '22 14:09 Cheezmeister

/test all

nitrocode avatar Oct 23 '22 01:10 nitrocode

/test all

nitrocode avatar Nov 19 '22 17:11 nitrocode