Skip to content

Files

Latest commit

3c4aa80 · Mar 20, 2025

History

History

elasticache-redis-user

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

elasticache-redis-user

This module creates following resources.

  • aws_elasticache_user

Requirements

Name Version
terraform >= 1.3
aws >= 4.30

Providers

Name Version
aws 4.34.0

Modules

Name Source Version
resource_group tedilabs/misc/aws//modules/resource-group ~> 0.10.0

Resources

Name Type
aws_elasticache_user.this resource

Inputs

Name Description Type Default Required
id (Required) The ID of the ElastiCache user. string n/a yes
name (Required) The username of the ElastiCache user. It can have up to 40 characters, and must begin with a letter. It should not end with a hyphen or contain two consecutive hyphens. Valid characters: A-Z, a-z, 0-9, and - (hyphen). string n/a yes
access_string (Optional) Access permissions string used for this user. Defaults to off -@all. string "off -@all" no
module_tags_enabled (Optional) Whether to create AWS Resource Tags for the module informations. bool true no
password_required (Optional) Whether a password is required for this user. Defaults to false. bool false no
passwords (Optional) A set of passwords used for this user. You can create up to two passwords for each user. set(string) [] no
resource_group_description (Optional) The description of Resource Group. string "Managed by Terraform." no
resource_group_enabled (Optional) Whether to create Resource Group to find and group AWS resources which are created by this module. bool true no
resource_group_name (Optional) The name of Resource Group. A Resource Group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with AWS or aws. string "" no
tags (Optional) A map of tags to add to all resources. map(string) {} no

Outputs

Name Description
access_string Access permissions string used for this user.
arn The ARN of the ElastiCache user.
id The ID of the ElastiCache user.
name The name of the ElastiCache user.
password_required Whether a password is required for this user.