Skip to content

catapultcx/module-aws-secret-lookup

Repository files navigation

AWS Secret Lookup Terraform module

Terraform module which looks up an AWS Secret on AWS.

Usage

module "vpc" {
  source = "git::https://github.com/catapultcx/module-aws-secret-lookup.git"
  name = "dev/db/password"
}

Requirements

Name Version
terraform >= 1.1.0
aws >= 4.5

Providers

Name Version
aws >= 4.5

Modules

No modules.

Resources

Name Type
aws_secretsmanager_secret.this data source
aws_secretsmanager_secret_version.this data source

Inputs

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

Outputs

Name Description
arn The arn of the secret
tags The tags linked to the secret
value The value of the secret

Authors

Module is maintained by Catapult CX.

License

MIT Licensed. See LICENSE for full details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages