mirror of
https://github.com/Loofort/terraform-aws-gitea
synced 2025-11-15 19:07:15 +01:00
terraform template for setup gitea in aws
| aws-init | ||
| vpc | ||
| .gitignore | ||
| connect.sh | ||
| docker-compose.yml | ||
| main.tf | ||
| meta.tf | ||
| README.md | ||
| terraform-init.sh | ||
terraform-aws-gitea
This terraform template creates AWS infrastructure for the Gitea source control service.
- The template uses remote-state-backend, so you have to initialize the s3 bucket first - just run
./terraform-init.sh - Then apply terraform as usual -
terraform apply - Finally, navigate to you created gitea server (see terraform output for for dns name), port 3000. Or ssh to server -
./connect.sh