Skip to content

VPC with a name containing a point failed #46

@gbloquel

Description

@gbloquel

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions