tf_aws_elasticache_redis icon indicating copy to clipboard operation
tf_aws_elasticache_redis copied to clipboard

Add support for custom resource names

Open gari-bergara-jt opened this issue 2 years ago • 1 comments

Since the current replication group, subnet group, security group and parameter group names are not configurable via variable, there's no way to apply any other naming convention than what the module uses by default to them.

The idea of this PR is to make those names configurable via the following variables, which are empty by default and are not required:

  • elasticache_parameter_group_name
  • elasticache_replication_group_id
  • elasticache_subnet_group_name
  • elasticache_security_group_name

gari-bergara-jt avatar Jul 19 '22 09:07 gari-bergara-jt

@antonbabenko would you mind taking a look whenever you have time? Thanks!

gari-bergara-jt avatar Jul 21 '22 07:07 gari-bergara-jt