-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/elasticacheIssues and PRs that pertain to the elasticache service.Issues and PRs that pertain to the elasticache service.
Description
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
- https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_CreateCacheCluster.html
- https://pkg.go.dev/github.com/aws/aws-sdk-go-v2@v0.24.0/service/elasticache#CacheCluster
Would you like to implement the enhancement?
No
Metadata
Metadata
Assignees
Labels
enhancementRequests to existing resources that expand the functionality or scope.Requests to existing resources that expand the functionality or scope.service/elasticacheIssues and PRs that pertain to the elasticache service.Issues and PRs that pertain to the elasticache service.