{"id":19508851,"url":"https://github.com/rhythmictech/terraform-aws-secretsmanager-secret","last_synced_at":"2025-10-30T03:43:55.110Z","repository":{"id":48586139,"uuid":"195883276","full_name":"rhythmictech/terraform-aws-secretsmanager-secret","owner":"rhythmictech","description":"Simple secret module for AWS Secrets Manager ","archived":false,"fork":false,"pushed_at":"2022-08-16T13:31:30.000Z","size":28,"stargazers_count":10,"open_issues_count":2,"forks_count":19,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T07:11:19.606Z","etag":null,"topics":["aws","aws-secret","aws-secrets-manager","aws-secretsmanager","terraform","terraform-module","terraform-modules"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/rhythmictech/secretsmanager-secret/aws","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhythmictech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-08T20:41:13.000Z","updated_at":"2024-08-06T03:20:49.000Z","dependencies_parsed_at":"2022-09-08T05:01:07.475Z","dependency_job_id":null,"html_url":"https://github.com/rhythmictech/terraform-aws-secretsmanager-secret","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-secretsmanager-secret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-secretsmanager-secret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-secretsmanager-secret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhythmictech%2Fterraform-aws-secretsmanager-secret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhythmictech","download_url":"https://codeload.github.com/rhythmictech/terraform-aws-secretsmanager-secret/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926815,"owners_count":21509041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-secret","aws-secrets-manager","aws-secretsmanager","terraform","terraform-module","terraform-modules"],"created_at":"2024-11-10T23:10:06.855Z","updated_at":"2025-10-30T03:43:50.072Z","avatar_url":"https://github.com/rhythmictech.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform aws secretsmanager secret\n[![](https://github.com/rhythmictech/terraform-aws-secretsmanager-secret/workflows/format-and-lint/badge.svg)](https://github.com/rhythmictech/terraform-aws-secretsmanager-secret/actions)\n\nSimple secret module for AWS secretsmanager\n\n## Examples\n\n### With a String\n```hcl\nmodule \"secret\" {\n  source  = \"rhythmictech/secretsmanager-secret/aws\"\n  version = \"0.2.0\"\n\n  name  = \"my-secret-string\"\n  value = var.my_secret_string\n\n  tags = {\n      encoding = \"none\"\n      type     = \"string\"\n  }\n}\n```\n\n### With a file\n```hcl\nmodule \"secret\" {\n  source  = \"rhythmictech/secretsmanager-secret/aws\"\n  version = \"0.2.0\"\n\n  name  = \"my-secret-file-base64-encoded\"\n  value = base64encode(var.my_secret_file)\n\n  tags = {\n      encoding = \"base64\"\n      type     = \"file\"\n  }\n}\n```\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| terraform | \u003e= 0.12 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| aws | n/a |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| description | n/a | `string` | `\"terraform-managed secret\"` | no |\n| kms\\_key\\_id | Optional. The KMS Key ID to encrypt the secret. KMS key arn or alias can be used. | `any` | `null` | no |\n| name | Name of secret to store | `string` | n/a | yes |\n| policy | Optional. The resource policy which controls access to the secret. | `any` | `null` | no |\n| tags | User-Defined tags | `map(string)` | `{}` | no |\n| value | Secret value to store | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| arn | AWS SecretManager Secret ARN |\n| id | AWS SecretManager Secret ARN |\n| secret | AWS SecretManager Secret resource |\n| secret\\_version | AWS SecretManager Secret Version resource |\n\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## The Giants underneath this module\n- pre-commit.com/\n- terraform.io/\n- github.com/tfutils/tfenv\n- github.com/segmentio/terraform-docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-secretsmanager-secret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhythmictech%2Fterraform-aws-secretsmanager-secret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhythmictech%2Fterraform-aws-secretsmanager-secret/lists"}