1
0
Fork 0
mirror of https://github.com/Loofort/terraform-aws-gitea synced 2024-04-27 04:05:03 +02:00
terraform template for setup gitea in aws
Go to file
illia 2fd7cebf8a fix readme 2018-12-16 15:17:58 +03:00
aws-init initial commit 2018-12-16 15:12:43 +03:00
vpc initial commit 2018-12-16 15:12:43 +03:00
.gitignore initial commit 2018-12-16 15:12:43 +03:00
README.md fix readme 2018-12-16 15:17:58 +03:00
connect.sh initial commit 2018-12-16 15:12:43 +03:00
docker-compose.yml initial commit 2018-12-16 15:12:43 +03:00
main.tf initial commit 2018-12-16 15:12:43 +03:00
meta.tf initial commit 2018-12-16 15:12:43 +03:00
terraform-init.sh initial commit 2018-12-16 15:12:43 +03:00

terraform-aws-gitea

This terraform template creates AWS infrastructure for the Gitea source control service.

  1. The template uses remote-state-backend, so you have to initialize the s3 bucket first - just run ./terraform-init.sh
  2. Then apply terraform as usual - terraform apply
  3. Finally, navigate to you created gitea server (see terraform output for for dns name), port 3000. Or ssh to server - ./connect.sh