Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
This repository was archived by the owner on Oct 8, 2022. It is now read-only.

Error when using output endpoint #15

Open
@holms

Description

@holms

Seems to be it's invalid.

* module.redis_sharepass.output.endpoint: Resource 'aws_elasticache_replication_group.redis' does not have attribute 'primary_endpoint_address' for variable 'aws_elasticache_replication_group.redis.primary_endpoint_address'

According to docs this attribute is only for non-clustered redis:

primary_endpoint_address - (Redis only) The address of the 
endpoint for the primary node in the replication group, if the cluster mode is disabled. 

For clustered redis you need to you use this:

configuration_endpoint_address - The address of the replication group configuration endpoint when cluster mode is enabled. 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions