Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Moved AWS Secrets module to its own repository. #31

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "aws/cloudfront_waf"]
path = aws/cloudfront_waf
url = git@github.com:codeforamerica/tofu-modules-aws-cloudfront-waf.git
[submodule "aws/secrets"]
path = aws/secrets
url = git@github.com:codeforamerica/tofu-modules-aws-secrets.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repository, or any of the OpenTofu module repositories.
[aws-cloudfront-waf]: https://github.com/codeforamerica/tofu-modules-aws-cloudfront-waf
[aws-fargate_service]: ./aws/fargate_service/README.md
[aws-logging]: https://github.com/codeforamerica/tofu-modules-aws-logging
[aws-secrets]: ./aws/secrets/README.md
[aws-secrets]: https://github.com/codeforamerica/tofu-modules-aws-secrets
[aws-serverless-database]: ./aws/serverless_database/README.md
[aws-vpc]: ./aws/vpc/README.md
[contributing]: CONTRIBUTING.md
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudfront_waf
Submodule cloudfront_waf updated 5 files
+1 −1 .cz.yaml
+6 −0 CHANGELOG.md
+64 −18 README.md
+105 −0 main.tf
+9 −0 variables.tf
2 changes: 1 addition & 1 deletion aws/fargate_service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ secrets_manager_secrets = {
[container_command]: #container_command
[ecs-exec]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html
[environment_secrets]: #environment_secrets
[secrets]: ../secrets/README.md
[secrets]: https://github.com/codeforamerica/tofu-modules-aws-secrets
[secrets-manager]: https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html
[secrets_manager_secrets]: #secrets_manager_secrets
1 change: 1 addition & 0 deletions aws/secrets
Submodule secrets added at ec1ea0
8 changes: 0 additions & 8 deletions aws/secrets/.cz.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions aws/secrets/CHANGELOG.md

This file was deleted.

120 changes: 0 additions & 120 deletions aws/secrets/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions aws/secrets/data.tf

This file was deleted.

17 changes: 0 additions & 17 deletions aws/secrets/kms.tf

This file was deleted.

17 changes: 0 additions & 17 deletions aws/secrets/main.tf

This file was deleted.

11 changes: 0 additions & 11 deletions aws/secrets/outputs.tf

This file was deleted.

36 changes: 0 additions & 36 deletions aws/secrets/templates/key-policy.yaml.tftpl

This file was deleted.

47 changes: 0 additions & 47 deletions aws/secrets/variables.tf

This file was deleted.

10 changes: 0 additions & 10 deletions aws/secrets/versions.tf

This file was deleted.

Loading