Skip to content

Commit

Permalink
feat: Moved AWS Secrets module to its own repository. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes authored Nov 15, 2024
1 parent 02d0b61 commit 89d4904
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 285 deletions.
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 = [email protected]:codeforamerica/tofu-modules-aws-cloudfront-waf.git
[submodule "aws/secrets"]
path = aws/secrets
url = [email protected]: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.

0 comments on commit 89d4904

Please sign in to comment.