Skip to content

add auth_token parameter for aws_elasticache_cluster #42481

@joshdimarsky-bf

Description

@joshdimarsky-bf

Description

Following up on #4105, I have the same requirement, which is to support the auth_token parameter for aws_elasticache_cluster - it's still missing in the latest version of the AWS provider, see https://registry.terraform.io/providers/hashicorp/aws/5.97.0/docs/resources/elasticache_cluster. But it is present in the "cluster mode" resource, see https://registry.terraform.io/providers/hashicorp/aws/5.97.0/docs/resources/elasticache_replication_group#auth_token-3

It looks like this is fully supported in the AWS API, so don't see any blockers here: https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheCluster.html

Thanks!

Affected Resource(s) or Data Source(s)

aws_elasticache_cluster

Potential Terraform Configuration

  auth_token                 = "abcdefgh1234567890"

References

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/elasticacheIssues and PRs that pertain to the elasticache service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions