tf_aws_elasticache_redis icon indicating copy to clipboard operation
tf_aws_elasticache_redis copied to clipboard

VPC with a name containing a point failed

Open gbloquel opened this issue 4 years ago • 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,

gbloquel avatar Nov 10 '20 09:11 gbloquel