secret_id
ID of the secret
The ID of the secret.
Example Value
app/database/credentials
Usage
module "secrets_manager" {
source = "registry.patterneddesigns.ca/patterneddesigns/secrets-manager/aws"
version = "0.1.0"
# ... inputs
}
# Access this output
output "secret_id" {
value = module.secrets_manager.secret_id
}