Skip to content

Commit 4d3bed1

Browse files
authored
feat: Split remaining modules into their own repositories. (#34)
1 parent 4a3c475 commit 4d3bed1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+17
-1914
lines changed

.gitmodules

+9
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@
1616
[submodule "datadog/waf"]
1717
path = datadog/waf
1818
url = [email protected]:codeforamerica/tofu-modules-datadog-waf.git
19+
[submodule "aws/fargate_service"]
20+
path = aws/fargate_service
21+
url = [email protected]:codeforamerica/tofu-modules-aws-fargate-service.git
22+
[submodule "aws/serverless_database"]
23+
path = aws/serverless_database
24+
url = [email protected]:codeforamerica/tofu-modules-aws-serverless-database.git
25+
[submodule "aws/vpc"]
26+
path = aws/vpc
27+
url = [email protected]:codeforamerica/tofu-modules-aws-vpc.git

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ repository, or any of the OpenTofu module repositories.
2929
[aptible-managed-endpoint]: https://github.com/codeforamerica/tofu-modules-aws-cloudfront-waf
3030
[aws-backend]: https://github.com/codeforamerica/tofu-modules-aws-backend
3131
[aws-cloudfront-waf]: https://github.com/codeforamerica/tofu-modules-aws-cloudfront-waf
32-
[aws-fargate_service]: ./aws/fargate_service/README.md
32+
[aws-fargate_service]: https://github.com/codeforamerica/tofu-modules-aws-fargate-service
3333
[aws-logging]: https://github.com/codeforamerica/tofu-modules-aws-logging
3434
[aws-secrets]: https://github.com/codeforamerica/tofu-modules-aws-secrets
35-
[aws-serverless-database]: ./aws/serverless_database/README.md
36-
[aws-vpc]: ./aws/vpc/README.md
35+
[aws-serverless-database]: https://github.com/codeforamerica/tofu-modules-aws-serverless-database
36+
[aws-vpc]: https://github.com/codeforamerica/tofu-modules-aws-vpc
3737
[contributing]: CONTRIBUTING.md
3838
[datadog-waf]: https://github.com/codeforamerica/tofu-modules-datadog-waf
3939
[opentofu]: https://opentofu.org/

aws/fargate_service

Submodule fargate_service added at fea4fdc

aws/fargate_service/.cz.yaml

-8
This file was deleted.

aws/fargate_service/CHANGELOG.md

-11
This file was deleted.

aws/fargate_service/README.md

-151
This file was deleted.

aws/fargate_service/alb.tf

-113
This file was deleted.

aws/fargate_service/data.tf

-15
This file was deleted.

0 commit comments

Comments
 (0)