This module creates following resources.
Name |
Source |
Version |
resource_group |
tedilabs/misc/aws//modules/resource-group |
~> 0.10.0 |
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 |
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. |