This repository includes a collection of OpenTofu modules that are used across multiple projects at Code for America. The modules are organized by provider, and each module should include its own README with usage instructions.
All modules should be compatible with OpenTofu, and it's equivalent version of terraform.
Provider | Module | Description |
---|---|---|
Aptible | managed_endpoint | Managed HTTPS endpoint for Aptible. |
AWS | backend | S3 storage backend for tfstate. |
AWS | cloudfront_waf | CloudFront distribution that passes traffic through WAF without caching. |
AWS | fargate_service | ECS Fargate container hosting service. |
AWS | logging | Basic logging configurations for AWS. |
AWS | secrets | Manage secrets using AWS Secrets Manager. |
AWS | serverless_database | Aurora Serverless database cluster. |
AWS | vpc | AWS VPC configuration with networking. |
Follow the contributing guidelines to contribute to this repository, or any of the OpenTofu module repositories.