Skip to content

Commit

Permalink
feat: Split remaining modules into their own repositories. (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes authored Dec 5, 2024
1 parent 4a3c475 commit 4d3bed1
Show file tree
Hide file tree
Showing 48 changed files with 17 additions and 1,914 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@
[submodule "datadog/waf"]
path = datadog/waf
url = [email protected]:codeforamerica/tofu-modules-datadog-waf.git
[submodule "aws/fargate_service"]
path = aws/fargate_service
url = [email protected]:codeforamerica/tofu-modules-aws-fargate-service.git
[submodule "aws/serverless_database"]
path = aws/serverless_database
url = [email protected]:codeforamerica/tofu-modules-aws-serverless-database.git
[submodule "aws/vpc"]
path = aws/vpc
url = [email protected]:codeforamerica/tofu-modules-aws-vpc.git
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ repository, or any of the OpenTofu module repositories.
[aptible-managed-endpoint]: https://github.com/codeforamerica/tofu-modules-aws-cloudfront-waf
[aws-backend]: https://github.com/codeforamerica/tofu-modules-aws-backend
[aws-cloudfront-waf]: https://github.com/codeforamerica/tofu-modules-aws-cloudfront-waf
[aws-fargate_service]: ./aws/fargate_service/README.md
[aws-fargate_service]: https://github.com/codeforamerica/tofu-modules-aws-fargate-service
[aws-logging]: https://github.com/codeforamerica/tofu-modules-aws-logging
[aws-secrets]: https://github.com/codeforamerica/tofu-modules-aws-secrets
[aws-serverless-database]: ./aws/serverless_database/README.md
[aws-vpc]: ./aws/vpc/README.md
[aws-serverless-database]: https://github.com/codeforamerica/tofu-modules-aws-serverless-database
[aws-vpc]: https://github.com/codeforamerica/tofu-modules-aws-vpc
[contributing]: CONTRIBUTING.md
[datadog-waf]: https://github.com/codeforamerica/tofu-modules-datadog-waf
[opentofu]: https://opentofu.org/
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudfront_waf
Submodule cloudfront_waf updated 5 files
+1 −1 .cz.yaml
+10 −0 CHANGELOG.md
+17 −15 README.md
+1 −1 data.tf
+30 −11 variables.tf
1 change: 1 addition & 0 deletions aws/fargate_service
Submodule fargate_service added at fea4fd
8 changes: 0 additions & 8 deletions aws/fargate_service/.cz.yaml

This file was deleted.

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

This file was deleted.

151 changes: 0 additions & 151 deletions aws/fargate_service/README.md

This file was deleted.

113 changes: 0 additions & 113 deletions aws/fargate_service/alb.tf

This file was deleted.

15 changes: 0 additions & 15 deletions aws/fargate_service/data.tf

This file was deleted.

Loading

0 comments on commit 4d3bed1

Please sign in to comment.