You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
gbloquel
pushed a commit
to gbloquel/tf_aws_elasticache_redis
that referenced
this issue
Nov 10, 2020
Hi all,
Currently when a VPC name contains a point,
aws_elasticache_parameter_group"."redis_parameter_group"
andaws_elasticache_subnet_group.redis_subnet_group
cannot be created.Their names are composed from VPC name.
Best Regards,
The text was updated successfully, but these errors were encountered: