Data Source: aws_secretsmanager_random_password

Generate a random password.

Example Usage

data "aws_secretsmanager_random_password" "test" {
  password_length = 50
  exclude_numbers = true
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: