https://github.com/techservicesillinois/terraform-aws-secretsmanager
Provides submodules for managing Secrets Manager secrets, including optional periodic rotation
https://github.com/techservicesillinois/terraform-aws-secretsmanager
Last synced: 2 months ago
JSON representation
Provides submodules for managing Secrets Manager secrets, including optional periodic rotation
- Host: GitHub
- URL: https://github.com/techservicesillinois/terraform-aws-secretsmanager
- Owner: techservicesillinois
- License: mit
- Created: 2019-05-08T18:06:18.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-12T20:36:52.000Z (4 months ago)
- Last Synced: 2026-02-13T04:14:50.979Z (4 months ago)
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secretsmanager
[](https://github.com/techservicesillinois/terraform-aws-secretsmanager/actions)
Provide submodules related to Amazon [Secrets Manager](https://aws.amazon.com/secrets-manager/).
The following submodules are provided:
* [lambda/rotate-aes128-key](modules/lambda/rotate-aes128-key/README.md) – rotate a base 64-encoded AES-128 secret.
* [lambda/rotate-aes128-key-binary](modules/lambda/rotate-aes128-key-binary/README.md) – rotate a binary-encoded AES-128 secret.
* [role-ecs](modules/role-ecs/README.md) – manage an IAM role and policy granting ECS tasks access to specific secrets in Secrets Manager.
* [secret](modules/secret/README.md) – manage Secrets Manager secrets.