Terraform module which looks up an AWS Secret on AWS.
module "vpc" {
source = "git::https://github.com/catapultcx/module-aws-secret-lookup.git"
name = "dev/db/password"
}
Name | Version |
---|---|
terraform | >= 1.1.0 |
aws | >= 4.5 |
Name | Version |
---|---|
aws | >= 4.5 |
No modules.
Name | Type |
---|---|
aws_secretsmanager_secret.this | data source |
aws_secretsmanager_secret_version.this | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
name | The name of the secret | string |
n/a | yes |
version_id | The version of the secret (optional) | string |
null |
no |
Name | Description |
---|---|
arn | The arn of the secret |
tags | The tags linked to the secret |
value | The value of the secret |
Module is maintained by Catapult CX.
MIT Licensed. See LICENSE for full details.