terraform-community-modules/tf_aws_elasticache_redis

VPC with a name containing a point failed

gbloquel opened this issue · 0 comments

Hi all,

Currently when a VPC name contains a point, aws_elasticache_parameter_group"."redis_parameter_group" and aws_elasticache_subnet_group.redis_subnet_group cannot be created.
Their names are composed from VPC name.

Error: Error creating Cache Parameter Group: InvalidParameterValue: The parameter CacheParameterGroupName is not a valid identifier. 
Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
        status code: 400, request id: 10a7b254-9796-43f0-9cb8-31fd4c43db2d



Error: Error creating CacheSubnetGroup: InvalidParameterValue: The parameter CacheSubnetGroupName is not a valid identifier. 
Identifiers must begin with a letter; must contain only ASCII letters, digits, and hyphens; and must not end with a hyphen or contain two consecutive hyphens.
        status code: 400, request id: 45b5aec9-683f-4059-9820-32ade87a6d6e

Best Regards,